Home
last modified time | relevance | path

Searched refs:ReadRemoteSupportedFeaturesView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc262 GET_CONNECTION(ReadRemoteSupportedFeaturesView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc499 auto command_view = bluetooth::hci::ReadRemoteSupportedFeaturesView::Create(command); in ReadRemoteSupportedFeatures()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h4028ReadRemoteSupportedFeaturesView : public ConnectionManagementCommandView { public:static ReadRemot… in CreateOptional()
4030ReadRemoteSupportedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()
4046 explicit ReadRemoteSupportedFeaturesView(ConnectionManagementCommandView parent) : ConnectionManage… in CreateOptional() function
23214 static std::unique_ptr<ReadRemoteSupportedFeaturesBuilder> FromView(ReadRemoteSupportedFeaturesView in Create()
23237 …s(std::vector<uint8_t> captured_packet) {ReadRemoteSupportedFeaturesView view = ReadRemoteSupporte…
23240 … std::vector<uint8_t>(data, data + size);ReadRemoteSupportedFeaturesView view = ReadRemoteSupporte…