Home
last modified time | relevance | path

Searched refs:BTA_HL_MDEP_ROLE_SOURCE (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_hl.c1106 peer_mdep_role = BTA_HL_MDEP_ROLE_SOURCE; in btif_hl_find_peer_mdep_id()
1360 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_tx_apdu_size()
1371 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_tx_apdu_size()
1404 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_rx_apdu_size()
1415 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_rx_apdu_size()
1446 *p = BTA_HL_MDEP_ROLE_SOURCE; in btif_hl_get_bta_mdep_role()
1452 *p = BTA_HL_MDEP_ROLE_SOURCE; in btif_hl_get_bta_mdep_role()
2419 … if ((p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_proc_pending_op()
2598 case BTA_HL_MDEP_ROLE_SOURCE: in btif_hl_proc_create_ind()
3869 … if ((p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in connect_channel()
[all …]
/system/bt/bta/include/
Dbta_hl_api.h167 #define BTA_HL_MDEP_ROLE_SOURCE 0x00 macro
/system/bt/bta/hl/
Dbta_hl_utils.c1893 (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) && in bta_hl_chk_local_cfg()
2201 BTA_HL_MDEP_ROLE_SOURCE) in bta_hl_app_update()
2365 … if (p_acb->sup_feature.mdep[i].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in bta_hl_app_registration()
2593 BTA_HL_MDEP_ROLE_SOURCE) in bta_hl_set_dch_chan_cfg()
Dbta_hl_main.c1006 p_dcb->peer_mdep_role = BTA_HL_MDEP_ROLE_SOURCE; in bta_hl_api_dch_open()
1229 p_dcb->peer_mdep_role = BTA_HL_MDEP_ROLE_SOURCE; in bta_hl_api_dch_reconnect()
Dbta_hl_act.c1832 … (p_hdp_rec->mdep_cfg[i].mdep_role == BTA_HL_MDEP_ROLE_SOURCE)?"Src":"Snk", in bta_hl_sdp_cback()