Lines Matching refs:HandleEvent
251 void SecurityManagerImpl::HandleEvent(T packet) { in HandleEvent() function in bluetooth::security::internal::SecurityManagerImpl
289 HandleEvent<hci::PinCodeRequestView>(hci::PinCodeRequestView::Create(event)); in OnHciEventReceived()
292 HandleEvent(hci::LinkKeyRequestView::Create(event)); in OnHciEventReceived()
295 HandleEvent(hci::LinkKeyNotificationView::Create(event)); in OnHciEventReceived()
298 HandleEvent(hci::IoCapabilityRequestView::Create(event)); in OnHciEventReceived()
301 HandleEvent(hci::IoCapabilityResponseView::Create(event)); in OnHciEventReceived()
304 HandleEvent(hci::SimplePairingCompleteView::Create(event)); in OnHciEventReceived()
307 HandleEvent(hci::RemoteOobDataRequestView::Create(event)); in OnHciEventReceived()
310 HandleEvent(hci::UserPasskeyNotificationView::Create(event)); in OnHciEventReceived()
313 HandleEvent(hci::KeypressNotificationView::Create(event)); in OnHciEventReceived()
316 HandleEvent(hci::UserConfirmationRequestView::Create(event)); in OnHciEventReceived()
319 HandleEvent(hci::UserPasskeyRequestView::Create(event)); in OnHciEventReceived()