Home
last modified time | relevance | path

Searched refs:ReadRemoteVersionInformation (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_mock.h46 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
62 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_connection.h38 virtual bool ReadRemoteVersionInformation() = 0;
Dclassic_acl_connection.h75 virtual bool ReadRemoteVersionInformation() override;
Dle_acl_connection.h141 virtual bool ReadRemoteVersionInformation() override;
Dle_acl_connection.cc246 bool LeAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::LeAclConnection
Dclassic_acl_connection.cc584 bool ClassicAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc330 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::le::internal::Link
331 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
Dlink.h172 void ReadRemoteVersionInformation();
Dlink_manager.cc131 link->ReadRemoteVersionInformation(); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc107 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::classic::internal::Link
108 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
Dlink.h89 virtual void ReadRemoteVersionInformation();
Dlink_manager.cc255 link->ReadRemoteVersionInformation(); in OnConnectSuccess()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc261 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/
Dlink_layer_packets.pdl259 packet ReadRemoteVersionInformation : LinkLayerPacket (type = READ_REMOTE_VERSION_INFORMATION) {
Dhci_packets.pdl1180 packet ReadRemoteVersionInformation : Command (op_code = READ_REMOTE_VERSION_INFORMATION) {
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h161 void ReadRemoteVersionInformation(CommandView command);
Ddual_mode_controller.cc428 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in ReadRemoteVersionInformation() function in rootcanal::DualModeController
4181 &DualModeController::ReadRemoteVersionInformation},
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc258 connection->second.connection_->ReadRemoteVersionInformation(); in ConnectionCommand()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc542 connection_->ReadRemoteVersionInformation(); in ReadRemoteControllerInformation()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1318 packet ReadRemoteVersionInformation : AclCommand (op_code = READ_REMOTE_VERSION_INFORMATION) {