Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1340 auto command_view = bluetooth::hci::ReadLocalNameView::Create(command); in ReadLocalName()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6124ReadLocalNameView : public CommandView { public:static ReadLocalNameView Create(CommandView parent… in CreateOptional()
6126 static ReadLocalNameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::ve… in CreateOptional()
6138 explicit ReadLocalNameView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = … in CreateOptional() function
26592 static std::unique_ptr<ReadLocalNameBuilder> FromView(ReadLocalNameView view) {if (!view.IsValid())… in Create()
26613 …id CompareBytes(std::vector<uint8_t> captured_packet) {ReadLocalNameView view = ReadLocalNameView:…
26616 …e) {auto vec = std::vector<uint8_t>(data, data + size);ReadLocalNameView view = ReadLocalNameView:…