Searched refs:SetEventMaskView (Results 1 – 3 of 3) sorted by relevance
228 auto view = SetEventMaskView::Create(command); in HandleCommand()
979 auto command_view = bluetooth::hci::SetEventMaskView::Create(command); in SetEventMask()
5542 …SetEventMaskView : public CommandView { public:static SetEventMaskView Create(CommandView parent){… in CreateOptional()5544 static SetEventMaskView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vec… in CreateOptional()5558 explicit SetEventMaskView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = f… in CreateOptional() function25584 static std::unique_ptr<SetEventMaskBuilder> FromView(SetEventMaskView view) {if (!view.IsValid()) r… in Create()25605 …oid CompareBytes(std::vector<uint8_t> captured_packet) {SetEventMaskView view = SetEventMaskView::…25608 …ze) {auto vec = std::vector<uint8_t>(data, data + size);SetEventMaskView view = SetEventMaskView::…