/system/bt/gd/hci/ |
D | acl_manager_mock.h | 46 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override)); 62 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
|
D | hci_packets.pdl | 1127 packet ReadRemoteVersionInformation : AclCommand (op_code = READ_REMOTE_VERSION_INFORMATION) {
|
/system/bt/gd/hci/acl_manager/ |
D | acl_connection.h | 37 virtual bool ReadRemoteVersionInformation() = 0;
|
D | le_acl_connection.h | 63 virtual bool ReadRemoteVersionInformation() override;
|
D | classic_acl_connection.h | 70 virtual bool ReadRemoteVersionInformation() override;
|
D | le_acl_connection.cc | 160 bool LeAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::LeAclConnection
|
D | classic_acl_connection.cc | 557 bool ClassicAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 282 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::le::internal::Link 283 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
|
D | link.h | 150 void ReadRemoteVersionInformation();
|
D | link_manager.cc | 127 link->ReadRemoteVersionInformation(); in OnLeConnectSuccess()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 105 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::classic::internal::Link 106 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
|
D | link.h | 83 virtual void ReadRemoteVersionInformation();
|
D | link_manager.cc | 251 link->ReadRemoteVersionInformation(); in OnConnectSuccess()
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | link_layer_packets.pdl | 220 packet ReadRemoteVersionInformation : LinkLayerPacket (type = READ_REMOTE_VERSION_INFORMATION) {
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.h | 170 void ReadRemoteVersionInformation(CommandView args);
|
D | dual_mode_controller.cc | 251 SET_SUPPORTED(READ_REMOTE_VERSION_INFORMATION, ReadRemoteVersionInformation); in DualModeController() 514 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in ReadRemoteVersionInformation() function in test_vendor_lib::DualModeController
|
/system/bt/main/test/ |
D | main_shim_test.cc | 225 bool ReadRemoteVersionInformation() override { return true; } in ReadRemoteVersionInformation() function in MockClassicAclConnection
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 243 connection->second.connection_->ReadRemoteVersionInformation(); in ConnectionCommand()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 94 void (*ReadRemoteVersionInformation)(uint16_t handle); member
|
/system/bt/main/shim/ |
D | acl.cc | 392 connection_->ReadRemoteVersionInformation(); in ReadRemoteControllerInformation()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 1913 .ReadRemoteVersionInformation = btsnd_hcic_rmt_ver_req, // OCF 0x041D,
|