Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1087 auto command_view = bluetooth::hci::WriteAuthenticationEnableView::Create(command); in WriteAuthenticationEnable()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6589WriteAuthenticationEnableView : public SecurityCommandView { public:static WriteAuthenticationEnab… in CreateOptional()
6591WriteAuthenticationEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<s… in CreateOptional()
6605 explicit WriteAuthenticationEnableView(SecurityCommandView parent) : SecurityCommandView(std::move(… in CreateOptional() function
27449 static std::unique_ptr<WriteAuthenticationEnableBuilder> FromView(WriteAuthenticationEnableView vie… in Create()
27470 …tes(std::vector<uint8_t> captured_packet) {WriteAuthenticationEnableView view = WriteAuthenticatio…
27473 … = std::vector<uint8_t>(data, data + size);WriteAuthenticationEnableView view = WriteAuthenticatio…