Searched refs:SetEventFilterView (Results 1 – 3 of 3) sorted by relevance
437 auto set_event_filter_view1 = SetEventFilterView::Create(packet); in TEST_F()448 auto set_event_filter_view2 = SetEventFilterView::Create(packet); in TEST_F()460 auto set_event_filter_view3 = SetEventFilterView::Create(packet); in TEST_F()
5616 …SetEventFilterView : public CommandView { public:static SetEventFilterView Create(CommandView pare… in CreateOptional()5618 …tatic SetEventFilterView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()5634 explicit SetEventFilterView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ =… in CreateOptional() function5656 …SetEventFilterView { public:static SetEventFilterClearAllView Create(SetEventFilterView parent){ r… in CreateOptional()5658 …:vector<uint8_t>>(bytes);return SetEventFilterClearAllView::Create(SetEventFilterView::Create(Comm… in CreateOptional()5662 if (!SetEventFilterView::Validate()) { in CreateOptional()5670 explicit SetEventFilterClearAllView(SetEventFilterView parent) : SetEventFilterView(std::move(paren… in CreateOptional()5673 …SetEventFilterView { public:static SetEventFilterInquiryResultView Create(SetEventFilterView paren… in CreateOptional()5675 …or<uint8_t>>(bytes);return SetEventFilterInquiryResultView::Create(SetEventFilterView::Create(Comm… in CreateOptional()5681 if (!SetEventFilterView::Validate()) { in CreateOptional()[all …]
1582 auto command_view = bluetooth::hci::SetEventFilterView::Create(command); in SetEventFilter()