Searched refs:WriteCurrentIacLapView (Results 1 – 2 of 2) sorted by relevance
1430 auto command_view = bluetooth::hci::WriteCurrentIacLapView::Create(command); in WriteCurrentIacLap()
7451 …WriteCurrentIacLapView : 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() function28959 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…