Home
last modified time | relevance | path

Searched refs:p_mcl_idx (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/include/
Dbtif_hl.h313 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,
/system/bt/bta/hl/
Dbta_hl_int.h729 UINT8 *p_mcl_idx);
732 UINT8 *p_mcl_idx,
736 UINT8 *p_app_idx, UINT8 *p_mcl_idx,
745 UINT8 *p_mcl_idx);
751 UINT8 *p_app_idx, UINT8 *p_mcl_idx);
752 extern BOOLEAN bta_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx);
784 extern BOOLEAN bta_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx);
Dbta_hl_utils.c518 UINT8 *p_mcl_idx) in bta_hl_find_cch_cb_indexes() argument
600 *p_mcl_idx = mcl_idx; in bta_hl_find_cch_cb_indexes()
626 UINT8 *p_mcl_idx, in bta_hl_find_dch_cb_indexes() argument
774 *p_mcl_idx = mcl_idx; in bta_hl_find_dch_cb_indexes()
781 … 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()
971 UINT8 *p_mcl_idx) in bta_hl_find_an_in_use_mcl_idx() argument
984 *p_mcl_idx = i; in bta_hl_find_an_in_use_mcl_idx()
1122 UINT8 *p_app_idx, UINT8 *p_mcl_idx) in bta_hl_find_mcl_idx_using_handle() argument
1139 *p_mcl_idx = j; in bta_hl_find_mcl_idx_using_handle()
1166 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 …]
/system/bt/btif/src/
Dbtif_hl.c199 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
207 *p_mcl_idx = 0; in btif_hl_if_channel_setup_pending()
221 *p_mcl_idx = j; in btif_hl_if_channel_setup_pending()
230 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx); in btif_hl_if_channel_setup_pending()
1055 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_channel_id() argument
1079 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_channel_id()
1137 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_handle() argument
1146 *p_mcl_idx =0; in btif_hl_find_mdl_idx_using_handle()
1164 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_handle()
1295 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 …]