Home
last modified time | relevance | path

Searched refs:GetClassOfDevice (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/storage/
Ddevice_test.cc43 ASSERT_FALSE(device.GetClassOfDevice()); in TEST()
68 ASSERT_FALSE(device.GetClassOfDevice()); in TEST()
93 ASSERT_FALSE(device.GetClassOfDevice()); in TEST()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h132 ClassOfDevice GetClassOfDevice() const { in GetClassOfDevice() function
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc573 properties_.GetClassOfDevice(), properties_.GetClockOffset()); in IncomingInquiryPacket()
581 properties_.GetClassOfDevice(), properties_.GetClockOffset(), in IncomingInquiryPacket()
590 properties_.GetClassOfDevice(), properties_.GetClockOffset(), in IncomingInquiryPacket()
625 responses.back().class_of_device_ = inquiry_response.GetClassOfDevice(); in IncomingInquiryResponsePacket()
645 responses.back().class_of_device_ = inquiry_response.GetClassOfDevice(); in IncomingInquiryResponsePacket()
665 auto class_of_device = inquiry_response.GetClassOfDevice(); in IncomingInquiryResponsePacket()
1096 source_address, page.GetClassOfDevice(), in IncomingPagePacket()
1565 properties_.GetAddress(), addr, properties_.GetClassOfDevice(), in CreateConnection()
Ddual_mode_controller.cc931 ClassOfDevice class_of_device = command_view.GetClassOfDevice(); in WriteClassOfDevice()
/system/bt/gd/hci/
Dcontroller_test.cc362 ASSERT_EQ(command2.GetClassOfDevice(), class_of_device); in TEST_F()
/system/bt/gd/neighbor/
Dinquiry.cc229 packet.GetClassOfDevice().ToString().c_str(), in OnEvent()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h147 } else if (should_accept_connection_.Run(address, request.GetClassOfDevice())) { in on_incoming_connection()
/system/bt/main/shim/
Dbtm.cc320 view.GetClassOfDevice().data(), view.GetClockOffset(), view.GetRssi(), in OnExtendedInquiryResult()