diff options
author | 2024-06-24 23:16:32 +0000 | |
---|---|---|
committer | 2024-06-25 21:14:52 +0000 | |
commit | 1f9f0c54f8c4df23cec0541d4ca73a52fdfb7736 (patch) | |
tree | 2f73d1a6db57a3f1f1aaafac0fa5ed29ba08915a | |
parent | 00c59f95ba2d1f0c93ffffd1662e5192fc1b41e8 (diff) |
Removing flag fix_le_oob_pairing_bypass
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.fix_le_oob_pairing_bypass
Bug: 321271585
Change-Id: Ibf9edcf307a499ce658742f931fa522a1bf874c0
-rw-r--r-- | flags/security.aconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig index 0f1261df2c..62b9f3d599 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -30,13 +30,6 @@ flag { } flag { - name: "fix_le_oob_pairing_bypass" - namespace: "bluetooth" - description: "Fix oob bypassing bug in SMP" - bug: "321271585" -} - -flag { name: "fix_le_pairing_passkey_entry_bypass" namespace: "bluetooth" description: "Fix the passkey entry bypassing bug in SMP" |