1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "a2dp_offload_codec_extensibility"
6    is_exported: true
7    namespace: "bluetooth"
8    description: "Enable a2dp offload codec extensibility"
9    bug: "308686081"
10}
11
12flag {
13    name: "a2dp_concurrent_source_sink"
14    namespace: "bluetooth"
15    description: "Support for concurrent A2DP source and sink"
16    bug : "321806163"
17}
18
19flag {
20    name: "a2dp_service_looper"
21    namespace: "bluetooth"
22    description: "Inject looper into A2dpService"
23    bug: "337348333"
24    metadata {
25        purpose: PURPOSE_BUGFIX
26    }
27}
28
29flag {
30    name: "avdtp_error_codes"
31    namespace: "bluetooth"
32    description: "Use compliant error codes in AVDTP responses"
33    bug: "338139069"
34    metadata {
35        purpose: PURPOSE_BUGFIX
36    }
37}
38
39flag {
40    name: "bta_av_use_peer_codec"
41    namespace: "bluetooth"
42    description: "Deprecate bta av codec state"
43    bug: "339264791"
44    metadata {
45        purpose: PURPOSE_BUGFIX
46    }
47}
48
49flag {
50    name: "a2dp_async_allow_low_latency"
51    namespace: "bluetooth"
52    description: "Make allow_low_latency run on main thread"
53    bug : "339368380"
54    metadata {
55        purpose: PURPOSE_BUGFIX
56    }
57}
58
59flag {
60    name: "a2dp_ignore_started_when_responder"
61    namespace: "bluetooth"
62    description: "Ignore the event BTA_AV_START_EVT when source and responder"
63    bug : "341178856"
64    metadata {
65        purpose: PURPOSE_BUGFIX
66    }
67}
68
69flag {
70    name: "avrcp_sdp_records"
71    namespace: "bluetooth"
72    description: "Update SDP records for AVRC"
73    bug: "341353017"
74    metadata {
75        purpose: PURPOSE_BUGFIX
76    }
77}
78