Home
last modified time | relevance | path

Searched refs:ReadRemoteExtendedFeaturesView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc267 GET_CONNECTION(ReadRemoteExtendedFeaturesView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc470 auto command_view = bluetooth::hci::ReadRemoteExtendedFeaturesView::Create(command); in ReadRemoteExtendedFeatures()
Dlink_layer_controller.cc2494 auto view = model::packets::ReadRemoteExtendedFeaturesView::Create(incoming); in IncomingReadRemoteExtendedFeatures()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h4066ReadRemoteExtendedFeaturesView : public ConnectionManagementCommandView { public:static ReadRemote… in CreateOptional()
4068ReadRemoteExtendedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()
4086 explicit ReadRemoteExtendedFeaturesView(ConnectionManagementCommandView parent) : ConnectionManagem… in CreateOptional() function
23286 static std::unique_ptr<ReadRemoteExtendedFeaturesBuilder> FromView(ReadRemoteExtendedFeaturesView v… in Create()
23309 …es(std::vector<uint8_t> captured_packet) {ReadRemoteExtendedFeaturesView view = ReadRemoteExtended…
23312 …= std::vector<uint8_t>(data, data + size);ReadRemoteExtendedFeaturesView view = ReadRemoteExtended…