Searched refs:encryption_change_view (Results 1 – 4 of 4) sorted by relevance
59 virtual void OnEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) = 0;
259 …curityManagerImpl::NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) { in NotifyEncryptionStateChanged() argument262 encryption_change_view)); in NotifyEncryptionStateChanged()341 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(event); in OnHciEventReceived() local342 if (!encryption_change_view.IsValid()) { in OnHciEventReceived()346 if (encryption_change_view.GetConnectionHandle() == pending_le_pairing_.connection_handle_) { in OnHciEventReceived()350 NotifyEncryptionStateChanged(encryption_change_view); in OnHciEventReceived()
219 void NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view);
825 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event() local827 encryption_change_view.IsValid(), "assert failed: encryption_change_view.IsValid()"); in log_classic_pairing_other_hci_event()828 status = encryption_change_view.GetStatus(); in log_classic_pairing_other_hci_event()829 connection_handle = encryption_change_view.GetConnectionHandle(); in log_classic_pairing_other_hci_event()830 value = static_cast<int64_t>(encryption_change_view.GetEncryptionEnabled()); in log_classic_pairing_other_hci_event()