Home
last modified time | relevance | path

Searched refs:OnHciLeEvent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc376 void SecurityManagerImpl::OnHciLeEvent(hci::LeMetaEventView event) { in OnHciLeEvent() function in bluetooth::security::internal::SecurityManagerImpl
387 pending_le_pairing_.handler_->OnHciLeEvent(event); in OnHciLeEvent()
693 …ayer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEvent))), in SecurityManagerImpl()
Dsecurity_manager_impl.h239 void OnHciLeEvent(hci::LeMetaEventView event);
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h305 void OnHciLeEvent(hci::LeMetaEventView hci_event) { in OnHciLeEvent() function