Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1100 auto command_view = bluetooth::hci::ReadAuthenticationEnableView::Create(command); in ReadAuthenticationEnable()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6551ReadAuthenticationEnableView : public CommandView { public:static ReadAuthenticationEnableView Cre… in CreateOptional()
6553ReadAuthenticationEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<st… in CreateOptional()
6565 explicit ReadAuthenticationEnableView(CommandView parent) : CommandView(std::move(parent)) { was_va… in CreateOptional() function
27379 static std::unique_ptr<ReadAuthenticationEnableBuilder> FromView(ReadAuthenticationEnableView view)… in Create()
27400 …ytes(std::vector<uint8_t> captured_packet) {ReadAuthenticationEnableView view = ReadAuthentication…
27403 …c = std::vector<uint8_t>(data, data + size);ReadAuthenticationEnableView view = ReadAuthentication…