Home
last modified time | relevance | path

Searched refs:tHID_HOST_SDP_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidh_api.h53 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask, typedef
106 tHID_HOST_SDP_CALLBACK *sdp_cback );
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h55 tHID_HOST_SDP_CALLBACK *sdp_cback;
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c59 tHID_HOST_SDP_CALLBACK *sdp_cback ) in HID_HostGetSDPRecord()