Searched refs:GetClassOfDevice (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/storage/ |
D | device_test.cc | 43 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/ |
D | device_properties.h | 132 ClassOfDevice GetClassOfDevice() const { in GetClassOfDevice() function
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 573 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()
|
D | dual_mode_controller.cc | 931 ClassOfDevice class_of_device = command_view.GetClassOfDevice(); in WriteClassOfDevice()
|
/system/bt/gd/hci/ |
D | controller_test.cc | 362 ASSERT_EQ(command2.GetClassOfDevice(), class_of_device); in TEST_F()
|
/system/bt/gd/neighbor/ |
D | inquiry.cc | 229 packet.GetClassOfDevice().ToString().c_str(), in OnEvent()
|
/system/bt/gd/hci/acl_manager/ |
D | classic_impl.h | 147 } else if (should_accept_connection_.Run(address, request.GetClassOfDevice())) { in on_incoming_connection()
|
/system/bt/main/shim/ |
D | btm.cc | 320 view.GetClassOfDevice().data(), view.GetClockOffset(), view.GetRssi(), in OnExtendedInquiryResult()
|