diff options
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 0618bca52c..b761113102 100644 --- a/flags/a2dp.aconfig +++ b/flags/a2dp.aconfig @@ -87,6 +87,16 @@ flag { } flag { + name: "stop_on_offload_fail" + namespace: "bluetooth" + description: "Stop instead of disconnecting AVDT when offload fails" + bug: "345709100" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "a2dp_aidl_encoding_interval" namespace: "bluetooth" description: "Configure the data interval in audio BT HAL's PcmConfig" |