Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs251 | OpCode::ReadRemoteExtendedFeatures in process_command_status()
322 OpCode::ReadRemoteExtendedFeatures => PendingRemoteFeature::Extended, in process_command_status_feat()
640 CommandChild::ReadRemoteExtendedFeatures(rref) => { in process()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_mock.h49 MOCK_METHOD(bool, ReadRemoteExtendedFeatures, (uint8_t), (override));
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h78 virtual bool ReadRemoteExtendedFeatures(uint8_t page_number);
Dclassic_acl_connection.cc617 bool ClassicAclConnection::ReadRemoteExtendedFeatures(uint8_t page_number) { in ReadRemoteExtendedFeatures() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl248 packet ReadRemoteExtendedFeatures : LinkLayerPacket (type = READ_REMOTE_EXTENDED_FEATURES) {
Dhci_packets.pdl1257 packet ReadRemoteExtendedFeatures : Command (op_code = READ_REMOTE_EXTENDED_FEATURES) {
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h154 void ReadRemoteExtendedFeatures(CommandView command);
Ddual_mode_controller.cc469 void DualModeController::ReadRemoteExtendedFeatures(CommandView command) { in ReadRemoteExtendedFeatures() function in rootcanal::DualModeController
3763 &DualModeController::ReadRemoteExtendedFeatures},
/aosp_15_r20/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc257 bool ReadRemoteExtendedFeatures(uint8_t page_number) override { in ReadRemoteExtendedFeatures() function in MockClassicAclConnection
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc269 connection->second.connection_->ReadRemoteExtendedFeatures(page_number); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc684 connection_->ReadRemoteExtendedFeatures(1); in OnReadRemoteSupportedFeaturesComplete()
702 connection_->ReadRemoteExtendedFeatures(page_number + 1); in OnReadRemoteExtendedFeaturesComplete()
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl1186 packet ReadRemoteExtendedFeatures : Command (op_code = READ_REMOTE_EXTENDED_FEATURES) {
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1312 packet ReadRemoteExtendedFeatures : ConnectionManagementCommand (op_code = READ_REMOTE_EXTENDED_FEA…