Searched refs:p_first_rec (Results 1 – 7 of 7) sorted by relevance
181 tSDP_DISC_REC* p_sdp_rec = p_db_->p_first_rec; in TEST_F_WITH_FLAGS()193 p_sdp_rec = p_db_->p_first_rec; in TEST_F_WITH_FLAGS()198 p_sdp_rec = p_db_->p_first_rec; in TEST_F_WITH_FLAGS()251 tSDP_DISC_REC* p_sdp_rec = p_db_->p_first_rec; in TEST_F_WITH_FLAGS()
298 db.p_first_rec = &rec; in SetUp()
66 tSDP_DISC_REC* p_first_rec; /* Addr of first record in DB */ member
90 p_db->p_first_rec = NULL; in SDP_InitDiscoveryDb()380 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb()482 p_rec = p_db->p_first_rec; in SDP_FindServiceInDb_128bit()541 p_rec = p_db->p_first_rec; in SDP_FindServiceUUIDInDb()
269 if (!p_db->p_first_rec) in add_record()270 p_db->p_first_rec = p_rec; in add_record()272 tSDP_DISC_REC* p_rec1 = p_db->p_first_rec; in add_record()
188 for (tSDP_DISC_REC* p_rec = p_db->p_first_rec; p_rec != nullptr; in sdpu_log_attribute_metrics()1656 const tSDP_DISC_REC* p_rec = db.p_first_rec; in sdp_get_num_records()
99 p_bta_sdp_cfg->p_sdp_db->p_first_rec = &g_rec; in SetUp()