Home
last modified time | relevance | path

Searched defs:ClassOfDevice (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/packets/
Dcustom_types.rs68 pub struct ClassOfDevice { struct
73 impl fmt::Display for ClassOfDevice { implementation
89 impl TryFrom<&[u8]> for ClassOfDevice { implementation
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs57 pub struct ClassOfDevice { struct
58 pub bytes: [u8; 3],
61 impl fmt::Display for ClassOfDevice { implementation
76 impl TryFrom<&[u8]> for ClassOfDevice { implementation
/packages/modules/Bluetooth/system/types/
Dclass_of_device.cc30 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice() function in ClassOfDevice
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dclass_of_device.cc35 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice() function in bluetooth::hci::ClassOfDevice
/packages/modules/Bluetooth/tools/rootcanal/py/
Dbluetooth.py53 class ClassOfDevice: class
/packages/modules/Bluetooth/system/blueberry/utils/
Dbluetooth.py47 class ClassOfDevice: class
/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc37 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice() function in bluetooth::hci::ClassOfDevice
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs140 ClassOfDevice, enumerator
440 ClassOfDevice(u32), enumerator