Home
last modified time | relevance | path

Searched refs:OnLinkDisconnected (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/security/test/
Dfake_security_interface.h39 listener_->OnLinkDisconnected(address_); in Release()
42 listener_->OnLinkDisconnected(address_); in Disconnect()
/system/bt/gd/l2cap/le/
Dlink_property_listener.h43 virtual void OnLinkDisconnected(hci::AddressWithType remote) {} in OnLinkDisconnected() function
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h105 virtual void OnLinkDisconnected(hci::Address remote) {} in OnLinkDisconnected() function
Dlink_property_listener.h43 virtual void OnLinkDisconnected(hci::Address remote) {} in OnLinkDisconnected() function
Dfacade.cc234 void OnLinkDisconnected(hci::Address remote) override { in OnLinkDisconnected() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
/system/bt/gd/security/channel/
Dsecurity_manager_channel.h126 void OnLinkDisconnected(hci::Address address) override;
Dsecurity_manager_channel.cc105 void SecurityManagerChannel::OnLinkDisconnected(hci::Address address) { in OnLinkDisconnected() function in bluetooth::security::channel::SecurityManagerChannel
Dsecurity_manager_channel_unittest.cc59 void OnLinkDisconnected(hci::Address address) { in OnLinkDisconnected() function in bluetooth::security::channel::__anon46832d850111::FakeSecurityManagerChannel
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc331 … link_security_interface_listener_, &LinkSecurityInterfaceListener::OnLinkDisconnected, device); in OnDisconnect()
334 …lback_handler_->CallOn(link_property_listener_, &LinkPropertyListener::OnLinkDisconnected, device); in OnDisconnect()
/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc160 link_property_listener_, &LinkPropertyListener::OnLinkDisconnected, address_with_type); in OnDisconnect()
/system/bt/main/shim/
Dl2c_api.cc394 void OnLinkDisconnected(hci::Address remote) override { in OnLinkDisconnected() function
491 void OnLinkDisconnected(bluetooth::hci::Address remote) override { in OnLinkDisconnected() function in bluetooth::shim::__anon06e4d1810111::SecurityListenerShim
568 void OnLinkDisconnected(hci::AddressWithType remote) override { in OnLinkDisconnected() function
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc60 void OnLinkDisconnected(hci::Address address) override { in OnLinkDisconnected() function in bluetooth::security::pairing::__anon5fd063b40111::FakeSecurityManagerChannel