diff options
author | 2025-03-13 23:09:43 -0700 | |
---|---|---|
committer | 2025-03-14 16:35:44 -0700 | |
commit | 2541da355b8d5f07e218b7a851489ee60f4fe356 (patch) | |
tree | d68cb0355697b7e72b152390afdd68021e193ef6 /flags/gap.aconfig | |
parent | 54671edabee9e0e5695f69b0c97a9669d413af8c (diff) |
Flag for fixing LE link disconnect notification to stack's upper layers
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.le_disconnect_notification_handling
Bug: 403433488
Bug: 315241296
Change-Id: I7f5602206c8310126c0e6d6fdf28de9156674fc6
Diffstat (limited to 'flags/gap.aconfig')
-rw-r--r-- | flags/gap.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/gap.aconfig b/flags/gap.aconfig index d12e294ec7..4c33efb17f 100644 --- a/flags/gap.aconfig +++ b/flags/gap.aconfig @@ -324,3 +324,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "le_disconnect_notification_handling" + namespace: "bluetooth" + description: "Fix LE link disconnection notification to stack's upper layers" + bug: "403433488" + metadata { + purpose: PURPOSE_BUGFIX + } +} |