Searched refs:CurrentlyExploredService (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/test/gatt/ |
D | database_builder_test.cc | 116 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()
|
D | database_builder_sample_device_test.cc | 145 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/ |
D | database_builder.h | 46 const std::pair<uint16_t, uint16_t>& CurrentlyExploredService();
|
D | database_builder.cc | 141 DatabaseBuilder::CurrentlyExploredService() { in CurrentlyExploredService() function in gatt::DatabaseBuilder
|
D | bta_gattc_cache.cc | 162 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()
|