Searched refs:sdp_rec (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/hid/ |
D | hidh_int.h | 58 tHID_DEV_SDP_INFO sdp_rec; member
|
D | hidh_api.cc | 94 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/ |
D | hidh_api.h | 52 tHID_DEV_SDP_INFO* sdp_rec);
|
/system/bt/bta/hh/ |
D | bta_hh_act.cc | 179 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()
|