Searched refs:p_first_rec (Results 1 – 5 of 5) sorted by relevance
92 p_db->p_first_rec = NULL; in SDP_InitDiscoveryDb()384 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb()486 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb_128bit()545 p_rec = p_db->p_first_rec; in SDP_FindServiceUUIDInDb()
800 if (!p_db->p_first_rec) in add_record()801 p_db->p_first_rec = p_rec; in add_record()803 tSDP_DISC_REC* p_rec1 = p_db->p_first_rec; in add_record()
184 for (tSDP_DISC_REC* p_rec = p_db->p_first_rec; p_rec != nullptr; in sdpu_log_attribute_metrics()
106 p_bta_sdp_cfg->p_sdp_db->p_first_rec = &g_rec; in SetUp()
161 tSDP_DISC_REC* p_first_rec; /* Addr of first record in DB */ member