/system/bt/gd/l2cap/classic/ |
D | link_security_interface.h | 116 virtual void OnEncryptionChange(hci::Address remote, bool encrypted) {} in OnEncryptionChange() function
|
D | facade.cc | 256 void OnEncryptionChange(hci::Address remote, bool encrypted) override { in OnEncryptionChange() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService
|
/system/bt/gd/security/channel/ |
D | security_manager_channel.h | 128 void OnEncryptionChange(hci::Address, bool encrypted) override;
|
D | security_manager_channel.cc | 126 void SecurityManagerChannel::OnEncryptionChange(hci::Address remote, bool encrypted) { in OnEncryptionChange() function in bluetooth::security::channel::SecurityManagerChannel
|
D | security_manager_channel_unittest.cc | 65 void OnEncryptionChange(hci::Address address, bool encrypted) override {} in OnEncryptionChange() function in bluetooth::security::channel::__anon46832d850111::FakeSecurityManagerChannel
|
/system/bt/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 35 virtual void OnEncryptionChange(EncryptionEnabled enabled) = 0;
|
D | classic_acl_connection.cc | 62 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange() function in bluetooth::hci::acl_manager::AclConnectionTracker 63 SAVE_OR_CALL(OnEncryptionChange, enabled) in OnEncryptionChange()
|
D | classic_impl.h | 660 callbacks->OnEncryptionChange(enabled); in OnEncryptionStateChanged()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.h | 75 void OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled);
|
D | link_manager.cc | 354 void LinkManager::OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled) { in OnEncryptionChange() function in bluetooth::l2cap::classic::internal::LinkManager 358 &LinkSecurityInterfaceListener::OnEncryptionChange, in OnEncryptionChange()
|
D | link.cc | 323 void Link::OnEncryptionChange(hci::EncryptionEnabled enabled) { in OnEncryptionChange() function in bluetooth::l2cap::classic::internal::Link 325 link_manager_->OnEncryptionChange(GetDevice().GetAddress(), enabled); in OnEncryptionChange()
|
D | link.h | 156 void OnEncryptionChange(hci::EncryptionEnabled enabled) override;
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 412 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|
/system/bt/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 64 void OnEncryptionChange(hci::Address address, bool encrypted) override { in OnEncryptionChange() function in bluetooth::security::pairing::__anon5fd063b40111::FakeSecurityManagerChannel
|
/system/bt/main/shim/ |
D | acl.cc | 405 void OnEncryptionChange(hci::EncryptionEnabled enabled) override { in OnEncryptionChange() function in ClassicShimAclConnection
|
D | l2c_api.cc | 501 void OnEncryptionChange(bluetooth::hci::Address remote, in OnEncryptionChange() function in bluetooth::shim::__anon06e4d1810111::SecurityListenerShim
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 493 MOCK_METHOD1(OnEncryptionChange, void(EncryptionEnabled enabled));
|