Home
last modified time | relevance | path

Searched refs:LoopbackCommandView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/bluetooth/aidl/vts/
H A DVtsHalBluetoothTargetTest.cpp548 auto event_view = ::bluetooth::hci::LoopbackCommandView::Create( in sendAndCheckHci()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h17793LoopbackCommandView : public EventView { public:static LoopbackCommandView Create(EventView parent… in CreateOptional()
17795 …atic LoopbackCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
17811 explicit LoopbackCommandView(EventView parent) : EventView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function
45497 static std::unique_ptr<LoopbackCommandBuilder> FromView(LoopbackCommandView view) {if (!view.IsVali… in Create()
45520 … CompareBytes(std::vector<uint8_t> captured_packet) {LoopbackCommandView view = LoopbackCommandVie…
45523 … {auto vec = std::vector<uint8_t>(data, data + size);LoopbackCommandView view = LoopbackCommandVie…