Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c84 p_db->p_first_rec = NULL; in SDP_InitDiscoveryDb()
275 p_rec = p_db->p_first_rec; in SDP_FindAttributeInDb()
484 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb()
583 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb_128bit()
645 p_rec = p_db->p_first_rec; in SDP_FindServiceUUIDInDb()
Dsdp_discovery.c785 if (!p_db->p_first_rec) { in add_record()
786 p_db->p_first_rec = p_rec; in add_record()
788 tSDP_DISC_REC *p_rec1 = p_db->p_first_rec; in add_record()
Dsdp_main.c589 if ((p_ccb->cur_uuid_idx == 0) && (p_ccb->p_db->p_first_rec)) { in sdp_disconnect()
618 if ((reason == SDP_NO_RECS_MATCH) && (p_ccb->p_db->p_first_rec)) { in sdp_disconnect()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h122 tSDP_DISC_REC *p_first_rec; /* Addr of first record in DB */ member