Searched refs:EncryptionChangeView (Results 1 – 3 of 3) sorted by relevance
62 auto change_opt = EncryptionChangeView::CreateOptional(event); in parse_encryption_change()
782 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
17433 …EncryptionChangeView : public EventView { public:static EncryptionChangeView Create(EventView pare… in CreateOptional()17435 …tic EncryptionChangeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()17455 explicit EncryptionChangeView(EventView parent) : EventView(std::move(parent)) { was_validated_ = f… in CreateOptional() function44952 static std::unique_ptr<EncryptionChangeBuilder> FromView(EncryptionChangeView view) {if (!view.IsVa… in Create()44975 …CompareBytes(std::vector<uint8_t> captured_packet) {EncryptionChangeView view = EncryptionChangeVi…44978 …{auto vec = std::vector<uint8_t>(data, data + size);EncryptionChangeView view = EncryptionChangeVi…