Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc437 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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h5616SetEventFilterView : 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() function
5656SetEventFilterView { 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()
5673SetEventFilterView { 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 …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1582 auto command_view = bluetooth::hci::SetEventFilterView::Create(command); in SetEventFilter()