Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc52 const std::vector<bluetooth::Uuid> kUuids(uuids, uuids + sizeof(uuids) / sizeof(uuids[0])); variable
175 properties.push_back(Uuids::Create(kUuids)); in fill_property()
176 ASSERT_EQ(sizeof(bluetooth::Uuid) * kUuids.size(), properties.back()->Size()); in fill_property()
296 ASSERT_EQ((int)(sizeof(bluetooth::Uuid) * kUuids.size()), property.len); in verify_property()
548 .len = (int)(sizeof(bluetooth::Uuid) * kUuids.size()), in TEST_F()
549 .val = (void*)&kUuids[0], in TEST_F()