Searched refs:bta_hl_find_mdl_cfg_idx (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/hl/ |
D | bta_hl_utils.c | 792 if (bta_hl_find_mdl_cfg_idx(app_idx,mcl_idx, mdl_id, &mdl_cfg_idx)) in bta_hl_allocate_mdl_id() 1417 BOOLEAN bta_hl_find_mdl_cfg_idx(UINT8 app_idx, UINT8 mcl_idx, in bta_hl_find_mdl_cfg_idx() function 1930 if (bta_hl_find_mdl_cfg_idx(app_idx, mcl_idx, p_reconnect->mdl_id, &mdl_cfg_idx)) in bta_hl_validate_reconnect_params() 2490 if (!bta_hl_find_mdl_cfg_idx(app_idx, mcl_idx, mdl_id, &mdl_cfg_idx)) in bta_hl_save_mdl_cfg() 2721 get_mdl_result = bta_hl_find_mdl_cfg_idx(app_idx, mcl_idx, p_dcb->mdl_id, &mdl_cfg_idx); in bta_hl_validate_chan_cfg()
|
D | bta_hl_int.h | 755 extern BOOLEAN bta_hl_find_mdl_cfg_idx(UINT8 app_idx, UINT8 mcl_idx,
|
D | bta_hl_act.c | 1247 if (bta_hl_find_mdl_cfg_idx(app_idx, mcl_idx, p_reconnect_ind->mdl_id, &mdl_cfg_idx)) in bta_hl_dch_mca_reconnect_ind()
|