Home
last modified time | relevance | path

Searched defs:OnLinkConnected (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h98 virtual void OnLinkConnected(std::unique_ptr<LinkSecurityInterface>) {} in OnLinkConnected() function
Dlink_property_listener.h38 virtual void OnLinkConnected(hci::Address remote, uint16_t handle) {} in OnLinkConnected() function
Dfacade.cc225 void OnLinkConnected(std::unique_ptr<LinkSecurityInterface> link) override { in OnLinkConnected() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_property_listener.h38 virtual void OnLinkConnected(hci::AddressWithType remote, uint16_t handle, hci::Role my_role) {} in OnLinkConnected() function
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc94 void SecurityManagerChannel::OnLinkConnected(std::unique_ptr<l2cap::classic::LinkSecurityInterface>… in OnLinkConnected() function in bluetooth::security::channel::SecurityManagerChannel
Dsecurity_manager_channel_unittest.cc55 void OnLinkConnected(std::unique_ptr<l2cap::classic::LinkSecurityInterface> link) { in OnLinkConnected() function in bluetooth::security::channel::__anond33c85390111::FakeSecurityManagerChannel
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.cc396 void OnLinkConnected(hci::Address remote, uint16_t handle) override { in OnLinkConnected() function
476 void OnLinkConnected( in OnLinkConnected() function in bluetooth::shim::__anon9a349f350111::SecurityListenerShim
566 void OnLinkConnected(AddressWithType remote, uint16_t handle, in OnLinkConnected() function
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc56 void OnLinkConnected(std::unique_ptr<l2cap::classic::LinkSecurityInterface> link) override { in OnLinkConnected() function in bluetooth::security::pairing::__anona22394e80111::FakeSecurityManagerChannel