diff options
author | 2024-08-29 21:00:23 +0000 | |
---|---|---|
committer | 2024-08-29 21:15:04 +0000 | |
commit | b03ad6136a488bf5d74c344d476b15a855071bf4 (patch) | |
tree | 87f10ee5e3135c8eacf8ea6d1752b85b114cb6d9 /flags | |
parent | f6079d752d3eee86fb5150dbf38b3c61a6bd364d (diff) |
Flag to encrypt the LE link on reconnection
Ignore-AOSP-First: security
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.le_enc_on_reconnection
Bug: 363033295
Bug: 315241296
Change-Id: Id7abbc98240b7466476f08ddce45929df0ebab02
Diffstat (limited to 'flags')
-rw-r--r-- | flags/security.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig index a2057e3e83..7bea36723d 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -42,3 +42,12 @@ flag { } } +flag { + name: "le_enc_on_reconnection" + namespace: "bluetooth" + description: "Encrypt LE link on reconnection with bonded devices" + bug: "356201480" + metadata { + purpose: PURPOSE_BUGFIX + } +} |