Home
last modified time | relevance | path

Searched defs:major_class (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Ddevice_class.cc88 DeviceClass::DeviceClass(MajorClass major_class) in DeviceClass()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Ddevice_class.h73 MajorClass major_class() const { return MajorClass(bytes_[1] & 0b1'1111); } in major_class() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc131 uint32_t major_class; in LogMetricsDeviceInfoReport() local