Searched refs:RefreshEncryptionKeyView (Results 1 – 2 of 2) sorted by relevance
1372 auto command_view = bluetooth::hci::RefreshEncryptionKeyView::Create(command); in RefreshEncryptionKey()
7920 …RefreshEncryptionKeyView : public SecurityCommandView { public:static RefreshEncryptionKeyView Cre… in CreateOptional()7922 …RefreshEncryptionKeyView 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() function29807 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…