Home
last modified time | relevance | path

Searched refs:OnHciEventReceived (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc33 …i_layer->GetSecurityInterface(handler->BindOn(this, &SecurityManagerChannel::OnHciEventReceived))), in SecurityManagerChannel()
81 void SecurityManagerChannel::OnHciEventReceived(hci::EventPacketView packet) { in OnHciEventReceived() function in bluetooth::security::channel::SecurityManagerChannel
84 listener_->OnHciEventReceived(packet); in OnHciEventReceived()
Dsecurity_manager_channel.h41 virtual void OnHciEventReceived(hci::EventPacketView packet) = 0;
104 void OnHciEventReceived(hci::EventPacketView packet);
Dsecurity_manager_channel_unittest.cc149 void OnHciEventReceived(EventPacketView packet) override { in OnHciEventReceived() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h147 void OnHciEventReceived(hci::EventPacketView packet) override;
Dsecurity_manager_impl.cc241 void SecurityManagerImpl::OnHciEventReceived(hci::EventPacketView packet) { in OnHciEventReceived() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc68 void OnHciEventReceived(hci::EventPacketView packet) override { in OnHciEventReceived() function in bluetooth::security::channel::__anoned5ad9ed0111::SecurityManagerChannelCallback