Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_int.h58 tHID_DEV_SDP_INFO sdp_rec; member
Dhidh_api.cc94 tHID_DEV_SDP_INFO* p_nvi = &hh_cb.sdp_rec; in hidh_search_callback()
112 memset(&hh_cb.sdp_rec, 0, sizeof(tHID_DEV_SDP_INFO)); in hidh_search_callback()
215 hh_cb.sdp_rec.p_sdp_layer_rec = p_rec; in hidh_search_callback()
216 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
/system/bt/stack/include/
Dhidh_api.h52 tHID_DEV_SDP_INFO* sdp_rec);
/system/bt/bta/hh/
Dbta_hh_act.cc179 tHID_DEV_SDP_INFO* sdp_rec) { in bta_hh_sdp_cback() argument
196 if (bta_hh_tod_spt(p_cb, sdp_rec->sub_class)) { in bta_hh_sdp_cback()
215 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback()
216 sdp_rec->sub_class, sdp_rec->ssr_max_latency, in bta_hh_sdp_cback()
217 sdp_rec->ssr_min_tout, p_cb->app_id); in bta_hh_sdp_cback()
219 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
/system/bt/btif/src/
Dbtif_hl.cc478 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps; in btif_hl_find_sdp_idx_using_mdep_filter()
485 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]); in btif_hl_find_sdp_idx_using_mdep_filter()
994 p_rec = &p_mcb->sdp.sdp_rec[p_mcb->sdp_idx]; in btif_hl_find_peer_mdep_id()
2054 p_sdp->sdp_rec[i].ctrl_psm, p_sdp->sdp_rec[i].data_psm); in btif_hl_proc_sdp_query_cfm()
2056 p_sdp->sdp_rec[i].mcap_sup_proc); in btif_hl_proc_sdp_query_cfm()
2057 num_mdeps = p_sdp->sdp_rec[i].num_mdeps; in btif_hl_proc_sdp_query_cfm()
2061 (j + 1), p_sdp->sdp_rec[i].mdep_cfg[j].mdep_id, in btif_hl_proc_sdp_query_cfm()
2062 p_sdp->sdp_rec[i].mdep_cfg[j].data_type, in btif_hl_proc_sdp_query_cfm()
2063 p_sdp->sdp_rec[i].mdep_cfg[j].mdep_role); in btif_hl_proc_sdp_query_cfm()
2091 p_mcb->ctrl_psm = p_mcb->sdp.sdp_rec[sdp_idx].ctrl_psm; in btif_hl_proc_sdp_query_cfm()