Home
last modified time | relevance | path

Searched refs:ReadRemoteExtendedFeatures (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dacl_manager_mock.h48 MOCK_METHOD(bool, ReadRemoteExtendedFeatures, (uint8_t), (override));
H A Dhci_packets.pdl1118 packet ReadRemoteExtendedFeatures : ConnectionManagementCommand (op_code = READ_REMOTE_EXTENDED_FEA…
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.h72 virtual bool ReadRemoteExtendedFeatures(uint8_t page_number);
H A Dclassic_acl_connection.cc573 bool ClassicAclConnection::ReadRemoteExtendedFeatures(uint8_t page_number) { in ReadRemoteExtendedFeatures() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc113 void Link::ReadRemoteExtendedFeatures(uint8_t page_number) { in ReadRemoteExtendedFeatures() function in bluetooth::l2cap::classic::internal::Link
114 acl_connection_->ReadRemoteExtendedFeatures(page_number); in ReadRemoteExtendedFeatures()
H A Dlink.h87 virtual void ReadRemoteExtendedFeatures(uint8_t page_number);
H A Dlink_manager.cc253 link->ReadRemoteExtendedFeatures(1); in OnConnectSuccess()
/aosp12/system/bt/vendor_libs/test_vendor_lib/packets/
H A Dlink_layer_packets.pdl209 packet ReadRemoteExtendedFeatures : LinkLayerPacket (type = READ_REMOTE_EXTENDED_FEATURES) {
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h167 void ReadRemoteExtendedFeatures(CommandView args);
H A Ddual_mode_controller.cc126 SET_SUPPORTED(READ_REMOTE_EXTENDED_FEATURES, ReadRemoteExtendedFeatures); in DualModeController()
591 void DualModeController::ReadRemoteExtendedFeatures(CommandView command) { in ReadRemoteExtendedFeatures() function in test_vendor_lib::DualModeController
/aosp12/system/bt/main/shim/
H A Dacl.cc529 connection_->ReadRemoteExtendedFeatures(1); in OnReadRemoteSupportedFeaturesComplete()
548 connection_->ReadRemoteExtendedFeatures(page_number + 1); in OnReadRemoteExtendedFeaturesComplete()
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc254 connection->second.connection_->ReadRemoteExtendedFeatures(page_number); in ConnectionCommand()
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h93 void (*ReadRemoteExtendedFeatures)(uint16_t handle, uint8_t page_num); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1912 .ReadRemoteExtendedFeatures = btsnd_hcic_rmt_ext_features, // OCF 0x041C,