Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h20586MsftCommandView : public CommandView { public:static MsftCommandView Create(CommandView parent){ r… in CreateOptional()
20588 static MsftCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vect… in CreateOptional()
20606 explicit MsftCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function
20609MsftCommandView { public:static MsftReadSupportedFeaturesView Create(MsftCommandView parent){ retu… in CreateOptional()
20611 …vector<uint8_t>>(bytes);return MsftReadSupportedFeaturesView::Create(MsftCommandView::Create(Comma… in CreateOptional()
20615 if (!MsftCommandView::Validate()) { in CreateOptional()
20623 explicit MsftReadSupportedFeaturesView(MsftCommandView parent) : MsftCommandView(std::move(parent))… in CreateOptional()
20626MsftCommandView { public:static MsftLeMonitorAdvView Create(MsftCommandView parent){ return MsftLe… in CreateOptional()
20628 …red<std::vector<uint8_t>>(bytes);return MsftLeMonitorAdvView::Create(MsftCommandView::Create(Comma… in CreateOptional()
20640 if (!MsftCommandView::Validate()) { in CreateOptional()
[all …]