Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc234 auto view = LeSetEventMaskView::Create(command); in HandleCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1686 auto command_view = bluetooth::hci::LeSetEventMaskView::Create(command); in LeSetEventMask()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h9661LeSetEventMaskView : 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() function
32777 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