Searched refs:p_first_rec (Results 1 – 5 of 5) sorted by relevance
98 p_bta_sdp_cfg->p_sdp_db->p_first_rec = &g_rec; in SetUp()
82 p_db->p_first_rec = NULL; in SDP_InitDiscoveryDb()373 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb()475 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb_128bit()534 p_rec = p_db->p_first_rec; in SDP_FindServiceUUIDInDb()
765 if (!p_db->p_first_rec) in add_record()766 p_db->p_first_rec = p_rec; in add_record()768 tSDP_DISC_REC* p_rec1 = p_db->p_first_rec; in add_record()
160 for (tSDP_DISC_REC* p_rec = p_db->p_first_rec; p_rec != nullptr; in sdpu_log_attribute_metrics()
150 tSDP_DISC_REC* p_first_rec; /* Addr of first record in DB */ member