Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h5955ReadStoredLinkKeyView : public SecurityCommandView { public:static ReadStoredLinkKeyView Create(Se… in CreateOptional()
5957 …ic ReadStoredLinkKeyView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
5973 explicit ReadStoredLinkKeyView(SecurityCommandView parent) : SecurityCommandView(std::move(parent))… in CreateOptional() function
26310 static std::unique_ptr<ReadStoredLinkKeyBuilder> FromView(ReadStoredLinkKeyView view) {if (!view.Is… in Create()
26331 …ompareBytes(std::vector<uint8_t> captured_packet) {ReadStoredLinkKeyView view = ReadStoredLinkKeyV…
26334 …auto vec = std::vector<uint8_t>(data, data + size);ReadStoredLinkKeyView view = ReadStoredLinkKeyV…