Home
last modified time | relevance | path

Searched refs:CurrentlyExploredService (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/test/gatt/
Ddatabase_builder_test.cc116 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0001, 0x000f)); in TEST()
123 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0030, 0x003f)); in TEST()
130 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0020, 0x002f)); in TEST()
134 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0040, 0x004f)); in TEST()
138 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0050, 0x005f)); in TEST()
Ddatabase_builder_sample_device_test.cc145 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0001, 0x0007)); in TEST()
159 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0009, 0x000c)); in TEST()
172 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x000d, 0x001a)); in TEST()
191 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x001b, 0x0029)); in TEST()
205 EXPECT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x002a, 0x0031)); in TEST()
/system/bt/bta/gatt/
Ddatabase_builder.h46 const std::pair<uint16_t, uint16_t>& CurrentlyExploredService();
Ddatabase_builder.cc141 DatabaseBuilder::CurrentlyExploredService() { in CurrentlyExploredService() function in gatt::DatabaseBuilder
Dbta_gattc_cache.cc162 const auto& service = p_srvc_cb->pending_discovery.CurrentlyExploredService(); in bta_gattc_explore_next_service()
380 auto& service = p_srvc_cb->pending_discovery.CurrentlyExploredService(); in bta_gattc_disc_cmpl_cback()