Searched defs:p_app_idx (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c519 UINT8 *p_app_idx,
601 *p_app_idx = app_idx;
627 UINT8 *p_app_idx,
775 *p_app_idx = app_idx;
783 bta_hl_evt_code(p_msg->hdr.event), found, *p_app_idx, *p_mcl_idx, *p_mdl_idx );
1012 BOOLEAN bta_hl_find_an_in_use_app_idx(UINT8 *p_app_idx) argument
1024 *p_app_idx = i;
1049 BOOLEAN bta_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx) argument
1060 *p_app_idx = i;
1085 UINT8 *p_app_idx)
518 bta_hl_find_cch_cb_indexes(tBTA_HL_DATA *p_msg, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
626 bta_hl_find_dch_cb_indexes(tBTA_HL_DATA *p_msg, UINT8 *p_app_idx, UINT8 *p_mcl_idx, UINT8 *p_mdl_idx) argument
1084 bta_hl_find_app_idx_using_handle(tBTA_HL_APP_HANDLE app_handle, UINT8 *p_app_idx) argument
1123 bta_hl_find_mcl_idx_using_handle( tBTA_HL_MCL_HANDLE mcl_handle, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
1209 bta_hl_find_mdl_idx_using_handle(tBTA_HL_MDL_HANDLE mdl_handle, UINT8 *p_app_idx,UINT8 *p_mcl_idx, UINT8 *p_mdl_idx) argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c186 BOOLEAN btif_hl_if_channel_setup_pending(int channel_id, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
193 *p_app_idx = 0;
207 *p_app_idx = i;
217 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx);
1000 UINT8 *p_app_idx,
1008 *p_app_idx = 0;
1022 *p_app_idx = i;
1043 UINT8 *p_app_idx,UINT8 *p_mcl_idx,
1066 *p_app_idx = i;
1125 UINT8 *p_app_idx,UINT
999 btif_hl_find_mdl_cfg_idx_using_channel_id(int channel_id, UINT8 *p_app_idx, UINT8 *p_mdl_cfg_idx) argument
1042 btif_hl_find_mdl_idx_using_channel_id(int channel_id, UINT8 *p_app_idx,UINT8 *p_mcl_idx, UINT8 *p_mdl_idx) argument
1124 btif_hl_find_mdl_idx_using_handle(tBTA_HL_MDL_HANDLE mdl_handle, UINT8 *p_app_idx,UINT8 *p_mcl_idx, UINT8 *p_mdl_idx) argument
1676 btif_hl_find_app_idx_using_handle(tBTA_HL_APP_HANDLE app_handle, UINT8 *p_app_idx) argument
1707 btif_hl_find_app_idx_using_app_id(UINT8 app_id, UINT8 *p_app_idx) argument
1739 btif_hl_find_mcl_idx_using_handle( tBTA_HL_MCL_HANDLE mcl_handle, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
1777 btif_hl_find_mcl_idx_using_mdl_id( UINT8 mdl_id,UINT8 mcl_handle, UINT8 *p_app_idx, UINT8 *p_mcl_idx) argument
1822 btif_hl_find_app_idx_using_deleted_mdl_id( UINT8 mdl_id, UINT8 *p_app_idx) argument
1885 btif_hl_find_mcl_idx_using_app_idx( tBTA_HL_MCL_HANDLE mcl_handle, UINT8 p_app_idx, UINT8 *p_mcl_idx) argument
1962 btif_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx) argument
1991 btif_hl_find_app_idx_using_mdepId(UINT8 mdep_id, UINT8 *p_app_idx) argument
[all...]

Completed in 116 milliseconds