diff options
author | 2024-06-04 20:00:13 +0200 | |
---|---|---|
committer | 2024-06-04 20:20:54 +0200 | |
commit | fe0da9aac902d39d75fa31a1d6a039a1c46c59d0 (patch) | |
tree | 65903c6eecd007824ae87f10a4d68a8da73c65d1 | |
parent | f423f0f63acde53ceb60ba661d4fa9149dfba6a6 (diff) |
Add flag key_missing_as_ordered_broadcast
Bug: 344915071
Bug: 315241296
Test: m -j;
Change-Id: I22bec69bb6ff183bc44d02397d3dc3a1423e60bd
-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 1e5cc61016..52e84532a0 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -9,6 +9,13 @@ flag { } flag { + name: "key_missing_as_ordered_broadcast" + namespace: "bluetooth" + description: "Key missing broadcast would be send as ordered broadcast" + bug: "333634398" +} + +flag { name: "correct_bond_type_of_loaded_devices" namespace: "bluetooth" description: "Mark the bond type of loaded device as persistent" |