Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc536 ClassOfDevice class_of_device; in TEST_F() local
1433 ClassOfDevice class_of_device; in TEST_F() local
1538 ClassOfDevice class_of_device; in TEST_F() local
1550 ClassOfDevice class_of_device; in TEST_F() local
H A Dcontroller.cc976 void Controller::SetEventFilterInquiryResultClassOfDevice(ClassOfDevice class_of_device, in SetEventFilterInquiryResultClassOfDevice()
995 void Controller::SetEventFilterConnectionSetupClassOfDevice(ClassOfDevice class_of_device, in SetEventFilterConnectionSetupClassOfDevice()
H A Dcontroller_test.cc347 ClassOfDevice class_of_device({0xab, 0xcd, 0xef}); in TEST_F() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h189 void SetClassOfDevice(uint32_t class_of_device) { in SetClassOfDevice()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h272 uint8_t class_of_device[2]; /* Class of Device (Classic or LE) */ member
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h349 uint8_t class_of_device[2]; /* Class of Device (Classic or LE) */ member
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto143 optional SettingProto class_of_device = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc729 auto class_of_device = inquiry_response.GetClassOfDevice(); in IncomingInquiryResponsePacket() local
H A Ddual_mode_controller.cc1085 ClassOfDevice class_of_device = command_view.GetClassOfDevice(); in WriteClassOfDevice() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto3170 optional int32 class_of_device = 2; field