Home
last modified time | relevance | path

Searched refs:OnConnectionOpenLe (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h235 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel);
Dsecurity_manager_impl.cc583 void SecurityManagerImpl::OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel_param… in OnConnectionOpenLe() function in bluetooth::security::internal::SecurityManagerImpl
706 …common::Bind(&SecurityManagerImpl::OnConnectionOpenLe, common::Unretained(this)), security_handler… in SecurityManagerImpl()
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc82 common::Bind(&SecurityModuleFacadeService::OnConnectionOpenLe, common::Unretained(this)), in SecurityModuleFacadeService()
94 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel) { in OnConnectionOpenLe() function in bluetooth::security::SecurityModuleFacadeService