From 2541da355b8d5f07e218b7a851489ee60f4fe356 Mon Sep 17 00:00:00 2001 From: Srini S Date: Thu, 13 Mar 2025 23:09:43 -0700 Subject: 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 --- flags/gap.aconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + } +} -- cgit v1.2.3-59-g8ed1b