Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c186 tHID_DEV_SDP_INFO *sdp_rec ) in bta_hh_sdp_cback() argument
206 if (bta_hh_tod_spt(p_cb, sdp_rec->sub_class)) { in bta_hh_sdp_cback()
225 &sdp_rec->dscp_info, in bta_hh_sdp_cback()
226 sdp_rec->sub_class, in bta_hh_sdp_cback()
227 sdp_rec->ssr_max_latency, in bta_hh_sdp_cback()
228 sdp_rec->ssr_min_tout, in bta_hh_sdp_cback()
231 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c107 tHID_DEV_SDP_INFO *p_nvi = &hh_cb.sdp_rec; in hidh_search_callback()
125 memset (&hh_cb.sdp_rec, 0, sizeof( tHID_DEV_SDP_INFO )); in hidh_search_callback()
212 hh_cb.sdp_rec.p_sdp_layer_rec = p_rec; in hidh_search_callback()
213 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dhidh_api.h54 tHID_DEV_SDP_INFO *sdp_rec );
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h57 tHID_DEV_SDP_INFO sdp_rec; member