Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc206 auto parameters = WriteLocalNameView::Create(command); in FilterWriteLocalName()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1350 auto command_view = bluetooth::hci::WriteLocalNameView::Create(command); in WriteLocalName()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6085WriteLocalNameView : public CommandView { public:static WriteLocalNameView Create(CommandView pare… in CreateOptional()
6087 …tatic WriteLocalNameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
6102 explicit WriteLocalNameView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ =… in CreateOptional() function
26521 static std::unique_ptr<WriteLocalNameBuilder> FromView(WriteLocalNameView view) {if (!view.IsValid(… in Create()
26543 …d CompareBytes(std::vector<uint8_t> captured_packet) {WriteLocalNameView view = WriteLocalNameView
26546 …) {auto vec = std::vector<uint8_t>(data, data + size);WriteLocalNameView view = WriteLocalNameView