Home
last modified time | relevance | path

Searched refs:encryption_change_view (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager_listener.h59 virtual void OnEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) = 0;
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc259 …curityManagerImpl::NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) { in NotifyEncryptionStateChanged() argument
262 encryption_change_view)); in NotifyEncryptionStateChanged()
341 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(event); in OnHciEventReceived() local
342 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()
Dsecurity_manager_impl.h219 void NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view);
/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc825 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event() local
827 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()