diff options
author | 2024-04-03 21:28:10 +0000 | |
---|---|---|
committer | 2024-04-09 05:47:26 +0000 | |
commit | 6e18bacb7d005d79d4ae03684d01a99f05999c48 (patch) | |
tree | ff9ec22acaa8e58443c926c98dc6b2a1cdf5876e /sysprop | |
parent | c6064cbee392436b8bfb3e144788e4816b2e417e (diff) |
Allow LE encryption while BR/EDR encryption is going on
LE encryption request was rejected if the stack was encrypting BR/EDR
transport. There is no such restriction in the specification. BT
controllers should be able to encrypt both the transports at the same
time.
Added a system property to all platforms to allow LE encryption when
BR/EDR encryption is going on.
Test: mmm packages/modules/Bluetooth
Bug: 330704060
Flag: EXEMPT guarded by system property
Change-Id: Ia501de06a1c3f37627b3ae1422ac27ba7f83353c
Diffstat (limited to 'sysprop')
-rw-r--r-- | sysprop/ble.sysprop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysprop/ble.sysprop b/sysprop/ble.sysprop index ad2208f0b1..f6667551de 100644 --- a/sysprop/ble.sysprop +++ b/sysprop/ble.sysprop @@ -24,3 +24,11 @@ prop { access: Readonly prop_name: "bluetooth.ble.random_address_rotation_interval_max" } + +prop { + api_name: "allow_enc_with_bredr" + type: Boolean + scope: Internal + access: Readonly + prop_name: "bluetooth.ble.allow_enc_with_bredr" +} |