diff options
author | 2024-11-08 03:26:34 +0000 | |
---|---|---|
committer | 2024-11-08 03:26:34 +0000 | |
commit | 739fdb75cadc2ab561d24ac7e59c91958c8175c4 (patch) | |
tree | ee64a1279b507caaae5d34d787bc8b1267c4eff0 /flags/hid.aconfig | |
parent | c65044fff5006485bb08cfad8dd6c40bc7bb84b2 (diff) |
Flag to remove pending BTA HH connection instance on bond removal
Change-Id: I2d05030be96c995253ffffa747d09f493967c68d
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.remove_pending_hid_connection
Bug: 377705101
Bug: 315241296
Diffstat (limited to 'flags/hid.aconfig')
-rw-r--r-- | flags/hid.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/hid.aconfig b/flags/hid.aconfig index 7ec7f03f3c..f8b55328a4 100644 --- a/flags/hid.aconfig +++ b/flags/hid.aconfig @@ -132,3 +132,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "remove_pending_hid_connection" + namespace: "bluetooth" + description: "Remove the pending BTA HH connection instance when the device is removed" + bug: "377705101" + metadata { + purpose: PURPOSE_BUGFIX + } +} |