Home
last modified time | relevance | path

Searched refs:SDP_FindServiceUUIDInDb (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h319 extern tSDP_DISC_REC *SDP_FindServiceUUIDInDb (tSDP_DISCOVERY_DB *p_db,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c120 if ((p_rec = SDP_FindServiceUUIDInDb (p_db, &hid_uuid, NULL)) == NULL) { in hidh_search_callback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c681 && (SDP_FindServiceUUIDInDb (p_ccb->p_db, in sdp_disconnect()
Dsdp_api.c633 tSDP_DISC_REC *SDP_FindServiceUUIDInDb (tSDP_DISCOVERY_DB *p_db, tBT_UUID *p_uuid, tSDP_DISC_REC *p… in SDP_FindServiceUUIDInDb() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c414 p_rec = SDP_FindServiceUUIDInDb(p_bta_sdp_cfg->p_sdp_db, &su, p_rec); in bta_sdp_search_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c973 p_sdp_rec = SDP_FindServiceUUIDInDb(p_bta_jv_cfg->p_sdp_db, &su, p_sdp_rec); in bta_jv_start_discovery_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1968 … p_sdp_rec = SDP_FindServiceUUIDInDb(bta_dm_search_cb.p_sdp_db, &bta_dm_search_cb.uuid, p_sdp_rec); in bta_dm_sdp_result()