Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_mock.h48 MOCK_METHOD(bool, ReadRemoteExtendedFeatures, (uint8_t), (override));
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h77 virtual bool ReadRemoteExtendedFeatures(uint8_t page_number);
Dclassic_acl_connection.cc600 bool ClassicAclConnection::ReadRemoteExtendedFeatures(uint8_t page_number) { in ReadRemoteExtendedFeatures() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc115 void Link::ReadRemoteExtendedFeatures(uint8_t page_number) { in ReadRemoteExtendedFeatures() function in bluetooth::l2cap::classic::internal::Link
116 acl_connection_->ReadRemoteExtendedFeatures(page_number); in ReadRemoteExtendedFeatures()
Dlink.h93 virtual void ReadRemoteExtendedFeatures(uint8_t page_number);
Dlink_manager.cc257 link->ReadRemoteExtendedFeatures(1); in OnConnectSuccess()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs253 | OpCode::ReadRemoteExtendedFeatures in process_command_status()
324 OpCode::ReadRemoteExtendedFeatures => PendingRemoteFeature::Extended, in process_command_status_feat()
644 ConnectionManagementCommandChild::ReadRemoteExtendedFeatures(rref) => { in process()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl248 packet ReadRemoteExtendedFeatures : LinkLayerPacket (type = READ_REMOTE_EXTENDED_FEATURES) {
Dhci_packets.pdl1171 packet ReadRemoteExtendedFeatures : Command (op_code = READ_REMOTE_EXTENDED_FEATURES) {
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h158 void ReadRemoteExtendedFeatures(CommandView command);
Ddual_mode_controller.cc505 void DualModeController::ReadRemoteExtendedFeatures(CommandView command) { in ReadRemoteExtendedFeatures() function in rootcanal::DualModeController
4179 &DualModeController::ReadRemoteExtendedFeatures},
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc269 connection->second.connection_->ReadRemoteExtendedFeatures(page_number); in ConnectionCommand()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc266 bool ReadRemoteExtendedFeatures(uint8_t page_number) override { in ReadRemoteExtendedFeatures() function in MockClassicAclConnection
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc686 connection_->ReadRemoteExtendedFeatures(1); in OnReadRemoteSupportedFeaturesComplete()
705 connection_->ReadRemoteExtendedFeatures(page_number + 1); in OnReadRemoteExtendedFeaturesComplete()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1309 packet ReadRemoteExtendedFeatures : ConnectionManagementCommand (op_code = READ_REMOTE_EXTENDED_FEA…