Searched refs:p_mcl_idx (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_hl.h | 313 extern BOOLEAN btif_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx); 315 extern BOOLEAN btif_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx); 319 UINT8 *p_app_idx, UINT8 *p_mcl_idx); 325 UINT8 *p_app_idx,UINT8 *p_mcl_idx,
|
/external/bluetooth/bluedroid/bta/hl/ |
D | bta_hl_int.h | 730 UINT8 *p_mcl_idx); 733 UINT8 *p_mcl_idx, 737 UINT8 *p_app_idx, UINT8 *p_mcl_idx, 746 UINT8 *p_mcl_idx); 752 UINT8 *p_app_idx, UINT8 *p_mcl_idx); 753 extern BOOLEAN bta_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx); 785 extern BOOLEAN bta_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx);
|
D | bta_hl_utils.c | 520 UINT8 *p_mcl_idx) in bta_hl_find_cch_cb_indexes() argument 602 *p_mcl_idx = mcl_idx; in bta_hl_find_cch_cb_indexes() 628 UINT8 *p_mcl_idx, in bta_hl_find_dch_cb_indexes() argument 776 *p_mcl_idx = mcl_idx; in bta_hl_find_dch_cb_indexes() 783 … bta_hl_evt_code(p_msg->hdr.event), found, *p_app_idx, *p_mcl_idx, *p_mdl_idx ); in bta_hl_find_dch_cb_indexes() 973 UINT8 *p_mcl_idx) in bta_hl_find_an_in_use_mcl_idx() argument 986 *p_mcl_idx = i; in bta_hl_find_an_in_use_mcl_idx() 1124 UINT8 *p_app_idx, UINT8 *p_mcl_idx) in bta_hl_find_mcl_idx_using_handle() argument 1141 *p_mcl_idx = j; in bta_hl_find_mcl_idx_using_handle() 1168 BOOLEAN bta_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx) in bta_hl_find_mcl_idx() argument [all …]
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hl.c | 186 BOOLEAN btif_hl_if_channel_setup_pending(int channel_id, UINT8 *p_app_idx, UINT8 *p_mcl_idx) in btif_hl_if_channel_setup_pending() argument 194 *p_mcl_idx = 0; in btif_hl_if_channel_setup_pending() 208 *p_mcl_idx = j; in btif_hl_if_channel_setup_pending() 217 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx); in btif_hl_if_channel_setup_pending() 1043 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_channel_id() argument 1067 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_channel_id() 1125 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_handle() argument 1134 *p_mcl_idx =0; in btif_hl_find_mdl_idx_using_handle() 1152 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_handle() 1284 BOOLEAN btif_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx){ in btif_hl_find_mcl_idx() argument [all …]
|