Home
last modified time | relevance | path

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

/system/bt/gd/iso/internal/
Diso_manager_impl.cc36 …nterface_(hci_layer->GetLeIsoInterface(iso_handler_->BindOn(this, &IsoManagerImpl::OnHciLeEvent))), in IsoManagerImpl()
48 void IsoManagerImpl::OnHciLeEvent(hci::LeMetaEventView event) { in OnHciLeEvent() function in bluetooth::iso::internal::IsoManagerImpl
Diso_manager_impl.h53 void OnHciLeEvent(hci::LeMetaEventView event);
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc361 void SecurityManagerImpl::OnHciLeEvent(hci::LeMetaEventView event) { in OnHciLeEvent() function in bluetooth::security::internal::SecurityManagerImpl
372 pending_le_pairing_.handler_->OnHciLeEvent(event); in OnHciLeEvent()
676 …ayer->GetLeSecurityInterface(security_handler_->BindOn(this, &SecurityManagerImpl::OnHciLeEvent))), in SecurityManagerImpl()
Dsecurity_manager_impl.h234 void OnHciLeEvent(hci::LeMetaEventView event);
/system/bt/gd/security/
Dpairing_handler_le.h294 void OnHciLeEvent(hci::LeMetaEventView hci_event) { in OnHciLeEvent() function