Home
last modified time | relevance | path

Searched refs:sdp_idx (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_act.cc1129 uint8_t sdp_idx; in bta_hl_dch_mca_reconnect() local
1135 &sdp_idx)) { in bta_hl_dch_mca_reconnect()
1136 p_mcb->data_psm = p_mcb->sdp.sdp_rec[sdp_idx].data_psm; in bta_hl_dch_mca_reconnect()
1344 uint8_t sdp_idx; in bta_hl_dch_mca_create() local
1351 &sdp_idx) && in bta_hl_dch_mca_create()
1353 p_dcb->peer_mdep_role, sdp_idx)) { in bta_hl_dch_mca_create()
1354 p_mcb->data_psm = p_mcb->sdp.sdp_rec[sdp_idx].data_psm; in bta_hl_dch_mca_create()
1913 uint8_t sdp_idx; in bta_hl_cch_mca_open() local
1920 &sdp_idx)) { in bta_hl_cch_mca_open()
1921 p_mcb->ctrl_psm = p_mcb->sdp.sdp_rec[sdp_idx].ctrl_psm; in bta_hl_cch_mca_open()
[all …]
Dbta_hl_utils.cc1619 uint8_t sdp_idx) { in bta_hl_validate_peer_cfg() argument
1626 APPL_TRACE_DEBUG("bta_hl_validate_peer_cfg sdp_idx=%d app_idx %d", sdp_idx, in bta_hl_validate_peer_cfg()
1633 p_rec = &p_mcb->sdp.sdp_rec[sdp_idx]; in bta_hl_validate_peer_cfg()
Dbta_hl_int.h753 uint8_t sdp_idx);
/system/bt/btif/include/
Dbtif_hl.h195 uint8_t sdp_idx; member
/system/bt/btif/src/
Dbtif_hl.cc1030 p_mcb->sdp_idx); in btif_hl_find_peer_mdep_id()
1032 p_rec = &p_mcb->sdp.sdp_rec[p_mcb->sdp_idx]; in btif_hl_find_peer_mdep_id()
2084 uint8_t app_idx, mcl_idx, sdp_idx = 0; in btif_hl_proc_sdp_query_cfm() local
2126 &sdp_idx); in btif_hl_proc_sdp_query_cfm()
2133 p_mcb->sdp_idx = sdp_idx; in btif_hl_proc_sdp_query_cfm()
2135 p_mcb->ctrl_psm = p_mcb->sdp.sdp_rec[sdp_idx].ctrl_psm; in btif_hl_proc_sdp_query_cfm()