Searched refs:EncryptionChangeView (Results 1 – 12 of 12) sorted by relevance
52 using bluetooth::hci::EncryptionChangeView;155 …std::variant<PairingFailure, EncryptionChangeView, EncryptionKeyRefreshCompleteView> WaitEncryptio… in WaitEncryptionChanged()162 EncryptionChangeView enc_chg_packet = EncryptionChangeView::Create(*e.hci_event); in WaitEncryptionChanged()
59 virtual void OnEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) = 0;
177 } else if (std::holds_alternative<EncryptionChangeView>(encryption_change_result)) { in PairingMain()178 …EncryptionChangeView encryption_changed = std::get<EncryptionChangeView>(encryption_change_result); in PairingMain()
611 void OnEncryptionStateChanged(hci::EncryptionChangeView /* encryption_change_view */) override {} in OnEncryptionStateChanged() argument
70 virtual void OnReceive(hci::EncryptionChangeView packet) = 0;
76 void OnReceive(hci::EncryptionChangeView packet) override;
341 void ClassicPairingHandler::OnReceive(hci::EncryptionChangeView packet) { in OnReceive()
259 void SecurityManagerImpl::NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_… in NotifyEncryptionStateChanged()341 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(event); in OnHciEventReceived()
219 void NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view);
64 auto change_opt = EncryptionChangeView::CreateOptional(event); in parse_encryption_change()
124 void OnReceive(hci::AddressWithType device, hci::EncryptionChangeView packet) { in OnReceive()186 OnReceive(hci::AddressWithType(), hci::EncryptionChangeView::Create(event)); in OnHciEventReceived()
825 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()