Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device_unittest.cc105 ASSERT_EQ(cod->ToUint32Legacy(), 0ul); in TEST()
110 ASSERT_EQ(cod->ToUint32Legacy(), 0xab214cul); in TEST()
Dclass_of_device.cc45 return std::to_string(ToUint32Legacy()); in ToLegacyConfigString()
121 uint32_t ClassOfDevice::ToUint32Legacy() const { in ToUint32Legacy() function in bluetooth::hci::ClassOfDevice
Dclass_of_device.h84 uint32_t ToUint32Legacy() const;
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc47 return std::to_string(ToUint32Legacy()); in ToLegacyConfigString()
124 uint32_t ClassOfDevice::ToUint32Legacy() const { in ToUint32Legacy() function in bluetooth::hci::ClassOfDevice
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Dclass_of_device.h70 uint32_t ToUint32Legacy() const;