Searched refs:CurrentlyExploredService (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_builder_test.cc | 117 ASSERT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0001, 0x000f)); in TEST() 124 ASSERT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0030, 0x003f)); in TEST() 131 ASSERT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0020, 0x002f)); in TEST() 135 ASSERT_EQ(builder.CurrentlyExploredService(), make_pair_u16(0x0040, 0x004f)); in TEST() 139 ASSERT_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()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database_builder.h | 49 const std::pair<uint16_t, uint16_t>& CurrentlyExploredService();
|
D | database_builder.cc | 162 DatabaseBuilder::CurrentlyExploredService() { in CurrentlyExploredService() function in gatt::DatabaseBuilder
|
D | bta_gattc_cache.cc | 234 p_srvc_cb->pending_discovery.CurrentlyExploredService(); in bta_gattc_explore_next_service() 565 auto& service = p_srvc_cb->pending_discovery.CurrentlyExploredService(); in bta_gattc_disc_cmpl_cback()
|