diff options
author | 2024-01-19 11:48:03 -0800 | |
---|---|---|
committer | 2024-01-19 14:15:52 -0800 | |
commit | 76f93fa0ced1fea4ad566ec7a3aa31ff252a1e4b (patch) | |
tree | e529d52730e9c9a46189dba301b6ad8b9554e316 /flags/security.aconfig | |
parent | e18cc893eac2f95b8be6d1441f147114d745f500 (diff) |
Add fix_le_oob_pairing_bypass flag
Bug: 321271585
Bug: 315241296
Test: m .
Ignore-AOSP-First: security
Change-Id: I1007f540278b72e9558b9e6b2371645c61c63db2
Diffstat (limited to 'flags/security.aconfig')
-rw-r--r-- | flags/security.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig index 85bedde180..c5092d58ab 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -14,3 +14,10 @@ flag { description: "Correct the pairing failure reason reported from remote" bug: "320745565" } + +flag { + name: "fix_le_oob_pairing_bypass" + namespace: "bluetooth" + description: "Fix oob bypassing bug in SMP" + bug: "321271585" +} |