Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dlink_clocker.h39 void OnHciEvent(const HciPacket& packet);
Dlink_clocker.cc41 void LinkClocker::OnHciEvent(const HciPacket& packet) { in OnHciEvent() function in bluetooth::hal::LinkClocker
Dhci_hal_android.cc83 link_clocker_->OnHciEvent(packet); in hciEventReceived()
Dhci_hal_host.cc423 link_clocker_->OnHciEvent(receivedHciPacket); in incoming_packet_received()
/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc282 pairing_handler_a->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
285 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
288 pairing_handler_b->OnHciEvent(EventBuilderToView( in RecordSuccessfulEncryptionComplete()
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h287 void OnHciEvent(hci::EventView hci_event) { in OnHciEvent() function
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc347 pending_le_pairing_.handler_->OnHciEvent(event); in OnHciEventReceived()