Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dacl_manager_mock.h46 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
62 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
H A Dhci_packets.pdl1127 packet ReadRemoteVersionInformation : AclCommand (op_code = READ_REMOTE_VERSION_INFORMATION) {
/aosp12/system/bt/gd/hci/acl_manager/
H A Dacl_connection.h37 virtual bool ReadRemoteVersionInformation() = 0;
H A Dle_acl_connection.h63 virtual bool ReadRemoteVersionInformation() override;
H A Dclassic_acl_connection.h70 virtual bool ReadRemoteVersionInformation() override;
H A Dle_acl_connection.cc160 bool LeAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::LeAclConnection
H A Dclassic_acl_connection.cc557 bool ClassicAclConnection::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc282 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::le::internal::Link
283 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
H A Dlink.h150 void ReadRemoteVersionInformation();
H A Dlink_manager.cc127 link->ReadRemoteVersionInformation(); in OnLeConnectSuccess()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc105 void Link::ReadRemoteVersionInformation() { in ReadRemoteVersionInformation() function in bluetooth::l2cap::classic::internal::Link
106 acl_connection_->ReadRemoteVersionInformation(); in ReadRemoteVersionInformation()
H A Dlink.h83 virtual void ReadRemoteVersionInformation();
H A Dlink_manager.cc251 link->ReadRemoteVersionInformation(); in OnConnectSuccess()
/aosp12/system/bt/vendor_libs/test_vendor_lib/packets/
H A Dlink_layer_packets.pdl220 packet ReadRemoteVersionInformation : LinkLayerPacket (type = READ_REMOTE_VERSION_INFORMATION) {
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h170 void ReadRemoteVersionInformation(CommandView args);
H A Ddual_mode_controller.cc251 SET_SUPPORTED(READ_REMOTE_VERSION_INFORMATION, ReadRemoteVersionInformation); in DualModeController()
514 void DualModeController::ReadRemoteVersionInformation(CommandView command) { in ReadRemoteVersionInformation() function in test_vendor_lib::DualModeController
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc225 bool ReadRemoteVersionInformation() override { return true; } in ReadRemoteVersionInformation() function in MockClassicAclConnection
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc243 connection->second.connection_->ReadRemoteVersionInformation(); in ConnectionCommand()
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h94 void (*ReadRemoteVersionInformation)(uint16_t handle); member
/aosp12/system/bt/main/shim/
H A Dacl.cc392 connection_->ReadRemoteVersionInformation(); in ReadRemoteControllerInformation()
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1913 .ReadRemoteVersionInformation = btsnd_hcic_rmt_ver_req, // OCF 0x041D,