Searched refs:sdp_rec (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/hid/ |
D | hidh_int.h | 60 tHID_DEV_SDP_INFO sdp_rec; member
|
D | hidh_api.cc | 95 tHID_DEV_SDP_INFO* p_nvi = &hh_cb.sdp_rec; in hidh_search_callback() 113 memset(&hh_cb.sdp_rec, 0, sizeof(tHID_DEV_SDP_INFO)); in hidh_search_callback() 216 hh_cb.sdp_rec.p_sdp_layer_rec = p_rec; in hidh_search_callback() 217 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
|
/system/bt/stack/include/ |
D | hidh_api.h | 47 tHID_DEV_SDP_INFO* sdp_rec);
|
/system/bt/bta/hh/ |
D | bta_hh_act.cc | 184 tHID_DEV_SDP_INFO* sdp_rec) { in bta_hh_sdp_cback() argument 199 if (bta_hh_tod_spt(p_cb, sdp_rec->sub_class)) { in bta_hh_sdp_cback() 218 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback() 219 sdp_rec->sub_class, sdp_rec->ssr_max_latency, in bta_hh_sdp_cback() 220 sdp_rec->ssr_min_tout, p_cb->app_id); in bta_hh_sdp_cback() 222 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
|