Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1430 auto command_view = bluetooth::hci::WriteCurrentIacLapView::Create(command); in WriteCurrentIacLap()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7451WriteCurrentIacLapView : public DiscoveryCommandView { public:static WriteCurrentIacLapView Create… in CreateOptional()
7453 …c WriteCurrentIacLapView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7471 explicit WriteCurrentIacLapView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(paren… in CreateOptional() function
28959 static std::unique_ptr<WriteCurrentIacLapBuilder> FromView(WriteCurrentIacLapView view) {if (!view.… in Create()
28981 …mpareBytes(std::vector<uint8_t> captured_packet) {WriteCurrentIacLapView view = WriteCurrentIacLap…
28986 …uto vec = std::vector<uint8_t>(data, data + size);WriteCurrentIacLapView view = WriteCurrentIacLap…