diff options
author | 2025-03-19 08:51:47 -0700 | |
---|---|---|
committer | 2025-03-19 08:51:47 -0700 | |
commit | 497e4b008518c0e082a8a7df90287d742cfb2f02 (patch) | |
tree | ea2a2d3c32bea72e7905c6bb86cc32387828f9bd /flags | |
parent | d457d788be608640e9bc4270b8687fd9eff25933 (diff) | |
parent | 0b94e40b00450ba8105c196180ebd993016acc5e (diff) |
Merge "Add flag unrelated_device_smp_cancellation" into main
Diffstat (limited to 'flags')
-rw-r--r-- | flags/pairing.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/pairing.aconfig b/flags/pairing.aconfig index f30410db17..faae7d2618 100644 --- a/flags/pairing.aconfig +++ b/flags/pairing.aconfig @@ -270,3 +270,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "unrelated_device_smp_cancellation" + namespace: "bluetooth" + description: "Don't cancel SMP pairing if encryption fails for unrelated device" + bug: "404658828" + metadata { + purpose: PURPOSE_BUGFIX + } +} |