Home
last modified time | relevance | path

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

/system/bt/gd/security/channel/
Dsecurity_manager_channel.h42 virtual void OnConnectionClosed(hci::Address) = 0;
Dsecurity_manager_channel.cc103 listener_->OnConnectionClosed(address); in OnLinkDisconnected()
Dsecurity_manager_channel_unittest.cc208 void OnConnectionClosed(hci::Address address) override { in OnConnectionClosed() function in bluetooth::security::channel::__anon855c6ade0111::SecurityManagerChannelCallback
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h154 void OnConnectionClosed(hci::Address address) override;
Dsecurity_manager_impl.cc303 void SecurityManagerImpl::OnConnectionClosed(hci::Address address) { in OnConnectionClosed() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/gd/shim/
Dl2cap.cc92 …el_->RegisterOnCloseCallback(handler_->BindOnceOn(this, &ConnectionInterface::OnConnectionClosed)); in ConnectionInterface()
148 void OnConnectionClosed(hci::ErrorCode error_code) { in OnConnectionClosed() function in bluetooth::shim::ConnectionInterface
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc115 void OnConnectionClosed(hci::Address address) override { in OnConnectionClosed() function in bluetooth::security::channel::__anoned5ad9ed0111::SecurityManagerChannelCallback