Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_parse_test.cc181 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()
Dstack_sdp_test.cc298 db.p_first_rec = &rec; in SetUp()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_discovery_db.h66 tSDP_DISC_REC* p_first_rec; /* Addr of first record in DB */ member
Dsdp_api.cc90 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()
Dsdp_discovery.cc269 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()
Dsdp_utils.cc188 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()
/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc99 p_bta_sdp_cfg->p_sdp_db->p_first_rec = &g_rec; in SetUp()