Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc133 constexpr uint16_t kAppearance{0x44}; variable
241 properties.push_back(Appearance::Create(kAppearance)); in fill_property()
242 ASSERT_EQ(sizeof(kAppearance), properties.back()->Size()); in fill_property()
447 ASSERT_EQ(kAppearance, *((uint16_t*)property.val)); in verify_property()
689 .len = (int)sizeof(kAppearance), in TEST_F()
690 .val = (void*)&kAppearance, in TEST_F()