Home
last modified time | relevance | path

Searched refs:bta_hl_find_sdp_idx_using_ctrl_psm (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_act.c1366 if (bta_hl_find_sdp_idx_using_ctrl_psm(&p_mcb->sdp, p_mcb->ctrl_psm, &sdp_idx)) in bta_hl_dch_mca_reconnect()
1621 if (bta_hl_find_sdp_idx_using_ctrl_psm(&p_mcb->sdp, p_mcb->ctrl_psm, &sdp_idx) && in bta_hl_dch_mca_create()
2258 if (bta_hl_find_sdp_idx_using_ctrl_psm(&p_mcb->sdp, p_mcb->req_ctrl_psm, &sdp_idx)) in bta_hl_cch_mca_open()
Dbta_hl_int.h706 extern BOOLEAN bta_hl_find_sdp_idx_using_ctrl_psm(tBTA_HL_SDP *p_sdp,
Dbta_hl_utils.c97 BOOLEAN bta_hl_find_sdp_idx_using_ctrl_psm(tBTA_HL_SDP *p_sdp, in bta_hl_find_sdp_idx_using_ctrl_psm() function