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.h314 extern BOOLEAN btif_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx);
316 extern BOOLEAN btif_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx);
320 UINT8 *p_app_idx, UINT8 *p_mcl_idx);
324 UINT8 *p_app_idx,UINT8 *p_mcl_idx,
/system/bt/bta/hl/
Dbta_hl_int.h726 UINT8 *p_mcl_idx);
729 UINT8 *p_mcl_idx,
733 UINT8 *p_app_idx, UINT8 *p_mcl_idx,
742 UINT8 *p_mcl_idx);
748 UINT8 *p_app_idx, UINT8 *p_mcl_idx);
749 extern BOOLEAN bta_hl_find_mcl_idx(UINT8 app_idx, BD_ADDR p_bd_addr, UINT8 *p_mcl_idx);
781 extern BOOLEAN bta_hl_find_avail_mcl_idx(UINT8 app_idx, UINT8 *p_mcl_idx);
Dbta_hl_utils.c482 UINT8 *p_mcl_idx) in bta_hl_find_cch_cb_indexes() argument
564 *p_mcl_idx = mcl_idx; in bta_hl_find_cch_cb_indexes()
590 UINT8 *p_mcl_idx, in bta_hl_find_dch_cb_indexes() argument
738 *p_mcl_idx = mcl_idx; in bta_hl_find_dch_cb_indexes()
745 … 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()
935 UINT8 *p_mcl_idx) in bta_hl_find_an_in_use_mcl_idx() argument
948 *p_mcl_idx = i; in bta_hl_find_an_in_use_mcl_idx()
1086 UINT8 *p_app_idx, UINT8 *p_mcl_idx) in bta_hl_find_mcl_idx_using_handle() argument
1103 *p_mcl_idx = j; in bta_hl_find_mcl_idx_using_handle()
1130 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.c184 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
192 *p_mcl_idx = 0; in btif_hl_if_channel_setup_pending()
206 *p_mcl_idx = j; in btif_hl_if_channel_setup_pending()
215 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx); in btif_hl_if_channel_setup_pending()
954 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_channel_id() argument
978 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_channel_id()
1035 UINT8 *p_app_idx,UINT8 *p_mcl_idx, in btif_hl_find_mdl_idx_using_handle() argument
1044 *p_mcl_idx =0; in btif_hl_find_mdl_idx_using_handle()
1062 *p_mcl_idx =j; in btif_hl_find_mdl_idx_using_handle()
1187 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 …]