Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_act.c1367 if (bta_hl_find_sdp_idx_using_ctrl_psm(&p_mcb->sdp, p_mcb->ctrl_psm, &sdp_idx)) in bta_hl_dch_mca_reconnect()
1622 if (bta_hl_find_sdp_idx_using_ctrl_psm(&p_mcb->sdp, p_mcb->ctrl_psm, &sdp_idx) && in bta_hl_dch_mca_create()
2302 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.h710 extern BOOLEAN bta_hl_find_sdp_idx_using_ctrl_psm(tBTA_HL_SDP *p_sdp,
Dbta_hl_utils.c99 BOOLEAN bta_hl_find_sdp_idx_using_ctrl_psm(tBTA_HL_SDP *p_sdp, in bta_hl_find_sdp_idx_using_ctrl_psm() function