diff options
author | 2024-11-28 11:55:24 +0000 | |
---|---|---|
committer | 2024-12-11 18:38:51 +0000 | |
commit | 0868d88e1000d2988f09dd2b1c2b01d1c916b72b (patch) | |
tree | b04d81d59db2420613e4dfb9170501549e09687b /flags/a2dp.aconfig | |
parent | ca277aeb1652423b36c7bea2b6e692a3ca860c8d (diff) |
flags: avdt_handle_signaling_on_peer_failure
Bug: 381388684
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I53b08595a4aec51becbd9f30408feecb367d1394
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 f7dff516c8..12a349a20a 100644 --- a/flags/a2dp.aconfig +++ b/flags/a2dp.aconfig @@ -125,3 +125,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "avdt_handle_signaling_on_peer_failure" + namespace: "bluetooth" + description: "Abort AVDTP on failed connection as the acceptor and retry as the initiator" + bug: "381388684" + metadata { + purpose: PURPOSE_BUGFIX + } +}
\ No newline at end of file |