Home
last modified time | relevance | path

Searched defs:ToUint32Legacy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc119 uint32_t ClassOfDevice::ToUint32Legacy() const { return (cod[2]) | (cod[1] << 8) | (cod[0] << 16); } in ToUint32Legacy() function in bluetooth::hci::ClassOfDevice
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc120 uint32_t ClassOfDevice::ToUint32Legacy() const { return (cod[2]) | (cod[1] << 8) | (cod[0] << 16); } in ToUint32Legacy() function in bluetooth::hci::ClassOfDevice