Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h213 extern BOOLEAN SDP_ServiceSearchRequest (UINT8 *p_bd_addr,
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c141 BOOLEAN SDP_ServiceSearchRequest (UINT8 *p_bd_addr, tSDP_DISCOVERY_DB *p_db, in SDP_ServiceSearchRequest() function
902 if ( SDP_ServiceSearchRequest(remote_device, p_db, p_cb) ) { in SDP_DiDiscover()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_api.c71 if (SDP_ServiceSearchRequest (addr, p_db, hidh_search_callback)) { in HID_HostGetSDPRecord()