Home
last modified time | relevance | path

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

/system/bt/gd/security/test/
Dpairing_handler_le_pair_test.cc275 pairing_handler_a->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
278 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
281 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
/system/bt/gd/security/
Dpairing_handler_le.h276 void OnHciEvent(hci::EventView hci_event) { in OnHciEvent() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc332 pending_le_pairing_.handler_->OnHciEvent(event); in OnHciEventReceived()