Home
last modified time | relevance | path

Searched refs:OnEncryptionChange (Results 1 – 17 of 17) sorted by relevance

/system/bt/gd/l2cap/classic/
Dlink_security_interface.h116 virtual void OnEncryptionChange(hci::Address remote, bool encrypted) {} in OnEncryptionChange() function
Dfacade.cc256 void OnEncryptionChange(hci::Address remote, bool encrypted) override { in OnEncryptionChange() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
/system/bt/gd/security/channel/
Dsecurity_manager_channel.h128 void OnEncryptionChange(hci::Address, bool encrypted) override;
Dsecurity_manager_channel.cc126 void SecurityManagerChannel::OnEncryptionChange(hci::Address remote, bool encrypted) { in OnEncryptionChange() function in bluetooth::security::channel::SecurityManagerChannel
Dsecurity_manager_channel_unittest.cc65 void OnEncryptionChange(hci::Address address, bool encrypted) override {} in OnEncryptionChange() function in bluetooth::security::channel::__anon46832d850111::FakeSecurityManagerChannel
/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h35 virtual void OnEncryptionChange(EncryptionEnabled enabled) = 0;
Dclassic_acl_connection.cc62 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
63 SAVE_OR_CALL(OnEncryptionChange, enabled) in OnEncryptionChange()
Dclassic_impl.h660 callbacks->OnEncryptionChange(enabled); in OnEncryptionStateChanged()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.h75 void OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled);
Dlink_manager.cc354 void LinkManager::OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled) { in OnEncryptionChange() function in bluetooth::l2cap::classic::internal::LinkManager
358 &LinkSecurityInterfaceListener::OnEncryptionChange, in OnEncryptionChange()
Dlink.cc323 void Link::OnEncryptionChange(hci::EncryptionEnabled enabled) { in OnEncryptionChange() function in bluetooth::l2cap::classic::internal::Link
325 link_manager_->OnEncryptionChange(GetDevice().GetAddress(), enabled); in OnEncryptionChange()
Dlink.h156 void OnEncryptionChange(hci::EncryptionEnabled enabled) override;
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc412 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc64 void OnEncryptionChange(hci::Address address, bool encrypted) override { in OnEncryptionChange() function in bluetooth::security::pairing::__anon5fd063b40111::FakeSecurityManagerChannel
/system/bt/main/shim/
Dacl.cc405 void OnEncryptionChange(hci::EncryptionEnabled enabled) override { in OnEncryptionChange() function in ClassicShimAclConnection
Dl2c_api.cc501 void OnEncryptionChange(bluetooth::hci::Address remote, in OnEncryptionChange() function in bluetooth::shim::__anon06e4d1810111::SecurityListenerShim
/system/bt/gd/hci/
Dacl_manager_test.cc493 MOCK_METHOD1(OnEncryptionChange, void(EncryptionEnabled enabled));