/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_mock.h | 46 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override)); 62 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | acl_connection.h | 38 virtual bool ReadRemoteVersionInformation() = 0;
|
D | classic_acl_connection.h | 75 virtual bool ReadRemoteVersionInformation() override;
|
D | le_acl_connection.h | 141 virtual bool ReadRemoteVersionInformation() override;
|
D | le_acl_connection.cc | 246 bool LeAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::LeAclConnection
|
D | classic_acl_connection.cc | 584 bool ClassicAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 330 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::le::internal::Link 331 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
|
D | link.h | 172 void ReadRemoteVersionInformation();
|
D | link_manager.cc | 131 link->ReadRemoteVersionInformation(); in OnLeConnectSuccess()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 107 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::classic::internal::Link 108 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
|
D | link.h | 89 virtual void ReadRemoteVersionInformation();
|
D | link_manager.cc | 255 link->ReadRemoteVersionInformation(); in OnConnectSuccess()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 261 bool ReadRemoteVersionInformation() override { return true; } in ReadRemoteVersionInformation() function in MockClassicAclConnection 317 bool ReadRemoteVersionInformation() override { return true; } in ReadRemoteVersionInformation() function in MockLeAclConnection
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 259 packet ReadRemoteVersionInformation : LinkLayerPacket (type = READ_REMOTE_VERSION_INFORMATION) {
|
D | hci_packets.pdl | 1180 packet ReadRemoteVersionInformation : Command (op_code = READ_REMOTE_VERSION_INFORMATION) {
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 161 void ReadRemoteVersionInformation(CommandView command);
|
D | dual_mode_controller.cc | 428 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in ReadRemoteVersionInformation() function in rootcanal::DualModeController 4181 &DualModeController::ReadRemoteVersionInformation},
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 258 connection->second.connection_->ReadRemoteVersionInformation(); in ConnectionCommand()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 542 connection_->ReadRemoteVersionInformation(); in ReadRemoteControllerInformation()
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1318 packet ReadRemoteVersionInformation : AclCommand (op_code = READ_REMOTE_VERSION_INFORMATION) {
|