diff options
author | 2024-11-28 00:42:29 +0000 | |
---|---|---|
committer | 2024-12-04 21:53:32 +0000 | |
commit | 42c4081f0a957ec2cfcaaa243917114e8c49f615 (patch) | |
tree | aeaa70350cb9dc2afaca9a7a9ce918dc2794c1cf /flags/a2dp.aconfig | |
parent | 0cea3ea4459e791d79d429213323d09be7c7e1c7 (diff) |
Flag to always remove the A2DP state machine when bond is removed
Change-Id: I06eae98bcf99ba9fe7c817c310f89dd73188391a
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.a2dp_cleanup_on_remove_device
Bug: 381313622
Bug: 315241296
Diffstat (limited to 'flags/a2dp.aconfig')
-rw-r--r-- | flags/a2dp.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/a2dp.aconfig b/flags/a2dp.aconfig index 25686f0c34..28680dab76 100644 --- a/flags/a2dp.aconfig +++ b/flags/a2dp.aconfig @@ -185,3 +185,13 @@ flag { is_exported: true bug: "380118954" } + +flag { + name: "a2dp_cleanup_on_remove_device" + namespace: "bluetooth" + description: "Always remove A2DP state machine when device is removed" + bug: "381313622" + metadata { + purpose: PURPOSE_BUGFIX + } +} |