blob: 922fa36c2a71aa42e1d78e8874d7418d1d4f4069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
package: "com.android.bluetooth.flags"
container: "com.android.btservices"
flag {
name: "a2dp_offload_codec_extensibility"
is_exported: true
namespace: "bluetooth"
description: "Enable a2dp offload codec extensibility"
bug: "308686081"
}
flag {
name: "a2dp_concurrent_source_sink"
namespace: "bluetooth"
description: "Support for concurrent A2DP source and sink"
bug : "321806163"
}
flag {
name: "a2dp_service_looper"
namespace: "bluetooth"
description: "Inject looper into A2dpService"
bug: "337348333"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|