Home
last modified time | relevance | path

Searched refs:NextDescriptorRangeToExplore (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/test/gatt/
Ddatabase_builder_sample_device_test.cc154 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), EXPLORE_END); in TEST()
163 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), in TEST()
169 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), EXPLORE_END); in TEST()
182 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), in TEST()
188 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), EXPLORE_END); in TEST()
202 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), EXPLORE_END); in TEST()
212 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), in TEST()
218 EXPECT_EQ(builder.NextDescriptorRangeToExplore(), EXPLORE_END); in TEST()
/system/bt/bta/gatt/
Ddatabase_builder.h51 std::pair<uint16_t, uint16_t> NextDescriptorRangeToExplore();
Ddatabase_builder.cc150 std::pair<uint16_t, uint16_t> DatabaseBuilder::NextDescriptorRangeToExplore() { in NextDescriptorRangeToExplore() function in gatt::DatabaseBuilder
Dbta_gattc_cache.cc202 p_srvc_cb->pending_discovery.NextDescriptorRangeToExplore(); in bta_gattc_start_disc_char_dscp()