Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1372 auto command_view = bluetooth::hci::RefreshEncryptionKeyView::Create(command); in RefreshEncryptionKey()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7920RefreshEncryptionKeyView : public SecurityCommandView { public:static RefreshEncryptionKeyView Cre… in CreateOptional()
7922RefreshEncryptionKeyView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7938 explicit RefreshEncryptionKeyView(SecurityCommandView parent) : SecurityCommandView(std::move(paren… in CreateOptional() function
29807 static std::unique_ptr<RefreshEncryptionKeyBuilder> FromView(RefreshEncryptionKeyView view) {if (!v… in Create()
29830 …areBytes(std::vector<uint8_t> captured_packet) {RefreshEncryptionKeyView view = RefreshEncryptionK…
29833 …o vec = std::vector<uint8_t>(data, data + size);RefreshEncryptionKeyView view = RefreshEncryptionK…