blob: 195573beea6030636720971d34c693cddcd0e0bd [file] [log] [blame]
Henri Chataingbafbbc82023-10-31 15:30:02 -07001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Henri Chataingbafbbc82023-10-31 15:30:02 -07003
4flag {
Henri Chataingbe5cd0f2024-04-26 23:49:42 +00005 name: "a2dp_service_looper"
6 namespace: "bluetooth"
7 description: "Inject looper into A2dpService"
8 bug: "337348333"
9 metadata {
10 purpose: PURPOSE_BUGFIX
11 }
12}
Henri Chataing72191b32024-05-01 01:21:10 +000013
14flag {
15 name: "avdtp_error_codes"
16 namespace: "bluetooth"
17 description: "Use compliant error codes in AVDTP responses"
18 bug: "338139069"
19 metadata {
20 purpose: PURPOSE_BUGFIX
21 }
22}
Sandeep Samdaria27190302024-05-07 12:47:10 -070023
24flag {
25 name: "bta_av_use_peer_codec"
26 namespace: "bluetooth"
27 description: "Deprecate bta av codec state"
28 bug: "339264791"
29 metadata {
30 purpose: PURPOSE_BUGFIX
31 }
32}
Etienne Ruffieux10d0a632024-05-08 09:03:10 +000033
34flag {
35 name: "a2dp_async_allow_low_latency"
36 namespace: "bluetooth"
37 description: "Make allow_low_latency run on main thread"
38 bug : "339368380"
39 metadata {
40 purpose: PURPOSE_BUGFIX
41 }
42}
Henri Chataingddf68a82024-05-16 18:27:59 -070043
44flag {
45 name: "a2dp_ignore_started_when_responder"
46 namespace: "bluetooth"
47 description: "Ignore the event BTA_AV_START_EVT when source and responder"
48 bug : "341178856"
49 metadata {
50 purpose: PURPOSE_BUGFIX
51 }
52}
Sandeep Samdaria0354ff62024-05-17 13:38:25 -070053
54flag {
55 name: "avrcp_sdp_records"
56 namespace: "bluetooth"
57 description: "Update SDP records for AVRC"
58 bug: "341353017"
59 metadata {
60 purpose: PURPOSE_BUGFIX
61 }
62}
Bao Dof6c19d12024-06-11 14:59:13 +080063
64flag {
65 name: "a2dp_check_lea_iso_channel"
66 namespace: "bluetooth"
67 description: "Prevent A2DP stream from starting when LEA ISO channels are in use"
68 bug: "346475618"
69 metadata {
70 purpose: PURPOSE_BUGFIX
71 }
72}
Henri Chataing56953ea2024-06-17 23:09:21 +000073
74flag {
Patrick Liao910bbe92024-06-20 07:27:39 +000075 name: "a2dp_variable_aac_capability"
76 namespace: "bluetooth"
77 description: "Enable AAC 48 kHz sampling rate for sink devices in the allow list"
78 bug: "38443632"
79}
80
81flag {
Jakub Rotkiewicz8493b812024-06-07 11:49:21 +000082 name: "stop_on_offload_fail"
83 namespace: "bluetooth"
84 description: "Stop instead of disconnecting AVDT when offload fails"
85 bug: "345709100"
86 metadata {
87 purpose: PURPOSE_BUGFIX
88 }
89}
90
91flag {
Henri Chataing56953ea2024-06-17 23:09:21 +000092 name: "a2dp_aidl_encoding_interval"
93 namespace: "bluetooth"
94 description: "Configure the data interval in audio BT HAL's PcmConfig"
95 bug: "347781402"
96 metadata {
97 purpose: PURPOSE_BUGFIX
98 }
99}
Jakub Rotkiewicz49b250b2024-07-04 15:05:55 +0000100
101flag {
Jakub Rotkiewicz635e8e12024-06-20 12:47:36 +0000102 name: "av_stream_reconfigure_fix"
103 namespace: "bluetooth"
104 description: "Handle AVDT stream reconfiguration in an event"
105 bug: "348351688"
106 metadata {
107 purpose: PURPOSE_BUGFIX
108 }
109}
110
111flag {
Jakub Rotkiewicz49b250b2024-07-04 15:05:55 +0000112 name: "avdt_discover_seps_as_acceptor"
113 namespace: "bluetooth"
114 description: "Discover stream end points when in acceptor role."
115 bug: "351158317"
116 metadata {
117 purpose: PURPOSE_BUGFIX
118 }
Jakub Rotkiewicz501dbb32024-07-01 10:01:08 +0000119}
120
121flag {
122 name: "avdt_prioritize_mandatory_codec"
123 namespace: "bluetooth"
124 description: "Reject remote peer HD codec configuration if mandatory codec is preferred in the stack"
125 bug: "350427803"
126 metadata {
127 purpose: PURPOSE_BUGFIX
128 }
Henri Chataing62de9752024-08-15 07:02:00 +0000129}
130
131flag {
132 name: "a2dp_broadcast_connection_state_when_turned_off"
133 namespace: "bluetooth"
134 description: "Broadcast CONNECTION_STATE_CHANGED when A2dpService is turned off while a device is connected"
135 bug: "360034472"
136 metadata {
137 purpose: PURPOSE_BUGFIX
138 }
139}
Jakub Rotkiewicz19e17d92024-08-23 11:44:57 +0000140
141flag {
142 name: "a2dp_fix_codec_type_in_java"
143 namespace: "bluetooth"
144 description: "Mask out codec IDs such that they properly reflect unsigned value"
145 bug: "361742051"
146 metadata {
147 purpose: PURPOSE_BUGFIX
148 }
Yun-Hao Chung5e71e362024-08-23 08:18:22 +0000149}
150
151flag {
152 name: "fix_avdt_rconfig_not_setting_l2cap"
153 namespace: "bluetooth"
154 description: "Set L2CAP flushable and high priority after A2DP reconfigure"
155 bug: "361717220"
156 metadata {
157 purpose: PURPOSE_BUGFIX
158 }
159}