Myles Watson | 86ecc01 | 2024-06-25 17:18:20 -0700 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
| 2 | container: "com.android.btservices" |
| 3 | |
| 4 | flag { |
Jakub Pawlowski | dbacea0 | 2024-09-11 21:02:03 +0200 | [diff] [blame] | 5 | name: "encryption_change_v2" |
| 6 | namespace: "bluetooth" |
| 7 | description: "Enable encryption change V2 event" |
| 8 | bug: "366018699" |
| 9 | } |
Archie Pusaka | d28a26b | 2024-11-27 13:04:59 +0800 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | name: "dont_send_hci_disconnect_repeatedly" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Prevent BT from sending repeated HCI disconnect command" |
| 15 | bug: "381175628" |
| 16 | metadata { |
| 17 | purpose: PURPOSE_BUGFIX |
| 18 | } |
| 19 | } |