Home
last modified time | relevance | path

Searched refs:EncryptionEnabled (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dencryption.rs65 hci::EncryptionEnabled::BrEdrAesCcm in initiate()
67 hci::EncryptionEnabled::On in initiate()
108 hci::EncryptionEnabled::BrEdrAesCcm in respond()
110 hci::EncryptionEnabled::On in respond()
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_l2cap_test.cc43 using bluetooth::hci::EncryptionEnabled;
96 …auto test_packet = EncryptionChangeBuilder::Create(ErrorCode::SUCCESS, 0x0020, EncryptionEnabled::… in TEST_F()
Dpairing_handler_le_pair_test.cc44 using bluetooth::hci::EncryptionEnabled;
283 … EncryptionChangeBuilder::Create(ErrorCode::SUCCESS, CONN_HANDLE_CENTRAL, EncryptionEnabled::ON))); in RecordSuccessfulEncryptionComplete()
289 …cryptionChangeBuilder::Create(ErrorCode::SUCCESS, CONN_HANDLE_PERIPHERAL, EncryptionEnabled::ON))); in RecordSuccessfulEncryptionComplete()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h170 void OnEncryptionChange(hci::EncryptionEnabled enabled) override;
243 hci::EncryptionEnabled encryption_enabled_ = hci::EncryptionEnabled::OFF;
Dlink.cc91 if (encryption_enabled_ == hci::EncryptionEnabled::OFF) { in Encrypt()
104 return encryption_enabled_ != hci::EncryptionEnabled::OFF; in IsAuthenticated()
336 void Link::OnEncryptionChange(hci::EncryptionEnabled enabled) { in OnEncryptionChange()
344 enabled != hci::EncryptionEnabled::OFF); in OnEncryptionChange()
Dlink_manager.cc357 void LinkManager::OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled) { in OnEncryptionChange()
363 enabled == hci::EncryptionEnabled::ON || enabled == hci::EncryptionEnabled::BR_EDR_AES_CCM); in OnEncryptionChange()
Dlink_manager.h77 void OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled);
/packages/modules/Bluetooth/tools/rootcanal/rust/test/ENC/
DBV-26-C.in30 encryption_enabled: EncryptionEnabled::BrEdrAesCcm,
DBV-01-C.in30 encryption_enabled: EncryptionEnabled::On,
DBV-05-C.in38 encryption_enabled: EncryptionEnabled::On,
DBV-34-C.in38 encryption_enabled: EncryptionEnabled::BrEdrAesCcm,
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h35 virtual void OnEncryptionChange(EncryptionEnabled enabled) = 0;
Dconnection_management_callbacks_mock.h35 MOCK_METHOD(void, OnEncryptionChange, (EncryptionEnabled enabled)), (override);
Dclassic_acl_connection_test.cc188 void OnEncryptionChange(hci::EncryptionEnabled /* enabled */) override {} in OnEncryptionChange() argument
Dclassic_acl_connection.cc67 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc71 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc385 ErrorCode::SUCCESS, 0x0001, bluetooth::hci::EncryptionEnabled::ON)); in TEST_F()
Dacl_manager_unittest.cc345 MOCK_METHOD1(OnEncryptionChange, void(EncryptionEnabled enabled));
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc555 void OnEncryptionChange(hci::EncryptionEnabled enabled) override { in OnEncryptionChange()
556 bool is_enabled = (enabled == hci::EncryptionEnabled::ON || in OnEncryptionChange()
557 enabled == hci::EncryptionEnabled::BR_EDR_AES_CCM); in OnEncryptionChange()
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc180 encryption_changed.GetEncryptionEnabled() != hci::EncryptionEnabled::ON) { in PairingMain()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc433 void OnEncryptionChange(EncryptionEnabled enabled) override { in OnEncryptionChange()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc582 …tionChangeBuilder::Create(hci::ErrorCode::SUCCESS, connection_handle, hci::EncryptionEnabled::ON)); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4709 status, handle, bluetooth::hci::EncryptionEnabled::ON)); in IncomingLeEncryptConnectionResponse()
4714 status, handle, bluetooth::hci::EncryptionEnabled::OFF)); in IncomingLeEncryptConnectionResponse()
6042 ErrorCode::SUCCESS, handle, bluetooth::hci::EncryptionEnabled::ON)); in LeLongTermKeyRequestReply()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4757 enum EncryptionEnabled : 8 {
4767 encryption_enabled : EncryptionEnabled,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl5925 enum EncryptionEnabled : 8 {
5935 encryption_enabled : EncryptionEnabled,