Searched refs:LeSetEventMaskView (Results 1 – 3 of 3) sorted by relevance
234 auto view = LeSetEventMaskView::Create(command); in HandleCommand()
1686 auto command_view = bluetooth::hci::LeSetEventMaskView::Create(command); in LeSetEventMask()
9661 …LeSetEventMaskView : public CommandView { public:static LeSetEventMaskView Create(CommandView pare… in CreateOptional()9663 …tatic LeSetEventMaskView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()9677 explicit LeSetEventMaskView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ =… in CreateOptional() function32777 static std::unique_ptr<LeSetEventMaskBuilder> FromView(LeSetEventMaskView view) {if (!view.IsValid(… in Create()32798 …d CompareBytes(std::vector<uint8_t> captured_packet) {LeSetEventMaskView view = LeSetEventMaskView…32801 …) {auto vec = std::vector<uint8_t>(data, data + size);LeSetEventMaskView view = LeSetEventMaskView…