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()
88 void SecurityManagerChannel::OnHciEventReceived(hci::EventView packet) { in OnHciEventReceived() function in bluetooth::security::channel::SecurityManagerChannel
91 listener_->OnHciEventReceived(packet); in OnHciEventReceived()
Dsecurity_manager_channel.h44 virtual void OnHciEventReceived(hci::EventView packet) = 0;
115 void OnHciEventReceived(hci::EventView packet);
Dsecurity_manager_channel_unittest.cc153 void OnHciEventReceived(EventView packet) override { in OnHciEventReceived() function in bluetooth::security::channel::__anon46832d850111::SecurityManagerChannelCallback
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h163 void OnHciEventReceived(hci::EventView packet) override;
Dsecurity_manager_impl.cc283 void SecurityManagerImpl::OnHciEventReceived(hci::EventView packet) { in OnHciEventReceived() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc89 void OnHciEventReceived(hci::EventView packet) override { in OnHciEventReceived() function in bluetooth::security::pairing::__anon5fd063b40111::SecurityManagerChannelCallback