Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbluetooth.py48 class_of_device: int = 0 variable in ClassOfDevice
50 def __init__(self, class_of_device=None): argument
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dclass_of_device.cc107 bool ClassOfDevice::IsValid(const std::string& class_of_device) { in IsValid()
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.cc45 uint32_t class_of_device, in device_info_report()
/packages/modules/Bluetooth/system/gd/metrics/linux/
Dmetrics.cc33 uint32_t class_of_device, in LogMetricsDeviceInfoReport()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc125 uint32_t class_of_device, in LogMetricsDeviceInfoReport()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h772 void SetClassOfDevice(ClassOfDevice class_of_device) { in SetClassOfDevice()
776 void SetClassOfDevice(uint32_t class_of_device) { in SetClassOfDevice()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc66 ClassOfDevice class_of_device; member
767 ClassOfDevice class_of_device; in TEST_F() local
Dcontroller.cc1238 void Controller::SetEventFilterInquiryResultClassOfDevice(ClassOfDevice class_of_device, in SetEventFilterInquiryResultClassOfDevice()
1257 void Controller::SetEventFilterConnectionSetupClassOfDevice(ClassOfDevice class_of_device, in SetEventFilterConnectionSetupClassOfDevice()
Dcontroller_test.cc393 ClassOfDevice class_of_device({0xab, 0xcd, 0xef}); in TEST_F() local
Dacl_manager_test.cc1387 ClassOfDevice class_of_device; in TEST_F() local
1399 ClassOfDevice class_of_device; in TEST_F() local
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h430 uint8_t class_of_device[OOB_COD_SIZE]; /* Class of Device (Classic or LE) */ member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs857 let mut class_of_device = 0u32; in send_metrics_remote_device_info() localVariable