Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dproperty.h160 struct class_of_device_t : public bt_property_t { struct
161 class_of_device_t(const uint8_t* data, const size_t len) : bt_property_t(data, len) { in class_of_device_t() argument
165 uint32_t get_class_of_device() const { in get_class_of_device()
170 virtual std::string ToString() const override { in ToString()