Home
last modified time | relevance | path

Searched refs:EncryptionChangeView (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h52 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()
Dsecurity_manager_listener.h59 virtual void OnEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) = 0;
Dpairing_handler_le.cc177 } else if (std::holds_alternative<EncryptionChangeView>(encryption_change_result)) { in PairingMain()
178EncryptionChangeView encryption_changed = std::get<EncryptionChangeView>(encryption_change_result); in PairingMain()
Dfacade.cc611 void OnEncryptionStateChanged(hci::EncryptionChangeView /* encryption_change_view */) override {} in OnEncryptionStateChanged() argument
/packages/modules/Bluetooth/system/gd/security/pairing/
Dpairing_handler.h70 virtual void OnReceive(hci::EncryptionChangeView packet) = 0;
Dclassic_pairing_handler.h76 void OnReceive(hci::EncryptionChangeView packet) override;
Dclassic_pairing_handler.cc341 void ClassicPairingHandler::OnReceive(hci::EncryptionChangeView packet) { in OnReceive()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc259 void SecurityManagerImpl::NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_… in NotifyEncryptionStateChanged()
341 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(event); in OnHciEventReceived()
Dsecurity_manager_impl.h219 void NotifyEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view);
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc64 auto change_opt = EncryptionChangeView::CreateOptional(event); in parse_encryption_change()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc124 void OnReceive(hci::AddressWithType device, hci::EncryptionChangeView packet) { in OnReceive()
186 OnReceive(hci::AddressWithType(), hci::EncryptionChangeView::Create(event)); in OnHciEventReceived()
/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()