Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc147 constexpr uint32_t kRemoteAshaTruncatedHisyncId{0x22446688}; variable
256 properties.push_back(RemoteASHATruncatedHiSyncId::Create(kRemoteAshaTruncatedHisyncId)); in fill_property()
257 ASSERT_EQ(sizeof(kRemoteAshaTruncatedHisyncId), properties.back()->Size()); in fill_property()
468 ASSERT_EQ(kRemoteAshaTruncatedHisyncId, *((uint32_t*)property.val)); in verify_property()
721 .len = (int)sizeof(kRemoteAshaTruncatedHisyncId), in TEST_F()
722 .val = (void*)&kRemoteAshaTruncatedHisyncId, in TEST_F()