blob: bc9210e9b49f736235aa9bdb49eb8624e4ed19ef (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "leaudio_broadcast_monitor_source_sync_status"
is_exported: true
namespace: "bluetooth"
description: "New APIs to improve broadcast source sync"
bug: "307406671"
}
flag {
name: "leaudio_broadcast_volume_control_for_connected_devices"
is_exported: true
namespace: "bluetooth"
description: "Allow volume control for connected devices"
bug: "307408418"
}
flag {
name: "metadata_api_inactive_audio_device_upon_connection"
is_exported: true
namespace: "bluetooth"
description: "API to set device as inactive audio device upon connection"
bug: "322387487"
}
flag {
name: "leaudio_multiple_vocs_instances_api"
is_exported: true
namespace: "bluetooth"
description: "Support multiple audio outputs for volume offset"
bug: "323156655"
}
flag {
name: "run_ble_audio_ticks_in_worker_thread"
namespace: "bluetooth"
description: "Fix thread ownership issue in ble_audio_ticks"
bug: "325984257"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_allow_leaudio_only_devices"
namespace: "bluetooth"
description: "Enable Le Audio for LeAudio only devices"
bug: "328471369"
}
flag {
name: "leaudio_mono_location_errata"
namespace: "bluetooth"
description: "Add mono location as per Bluetooth Assigned Numbers"
bug: "331139722"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_mono_location_errata_api"
is_exported: true
namespace: "bluetooth"
description: "Add mono location as per Bluetooth Assigned Numbers to API"
bug: "372840605"
}
flag {
name: "le_audio_support_unidirectional_voice_assistant"
namespace: "bluetooth"
description: "Allow to create unidirectional stream for VOICEASSISTANT"
bug: "332510824"
}
flag {
name: "run_clock_recovery_in_worker_thread"
namespace: "bluetooth"
description: "Fix thread ownership issue in clock_recovery"
bug: "333657963"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_big_depends_on_audio_state"
namespace: "bluetooth"
description: "BIG creation/termination depends on audio resume/pause"
bug: "347204335"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "le_ase_read_multiple_variable"
namespace: "bluetooth"
description: "Use GATT read multiple variable length characteristic values"
bug: "352085435"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_set_codec_config_preference"
namespace: "bluetooth"
description: "New apis to set codec config preference"
bug: "353909820"
}
flag {
name: "leaudio_add_aics_support"
namespace: "bluetooth"
description: "Add AICS support"
bug: "361263965"
}
flag {
name: "leaudio_gmap_client"
namespace: "bluetooth"
description: "enable Gaming Audio Profile"
bug: "353978074"
}
flag {
name: "leaudio_broadcast_resync_helper"
namespace: "bluetooth"
description: "Helps sinks to resync to external broadcast when BIS or PA unsynced"
bug: "363168099"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_unicast_no_available_contexts"
namespace: "bluetooth"
description: "Fix handling initial zero available contexts"
bug: "367325041"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_improve_switch_during_phone_call"
namespace: "bluetooth"
description: "Fix audio slip to speaker while switching bt audio device during phonecall"
bug: "369322905"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_sort_scans_to_sync_by_fails"
namespace: "bluetooth"
description: "Sort scan results for source sync by fails counter"
bug: "370639684"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "metadata_api_microphone_for_call_enabled"
is_exported: true
namespace: "bluetooth"
description: "API to get and set microphone for call enable status"
bug: "372395197"
}
flag {
name: "leaudio_broadcast_primary_group_selection"
namespace: "bluetooth"
description: "Fix race condition in primary group selection"
bug: "375422795"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_broadcast_api_get_local_metadata"
is_exported: true
namespace: "bluetooth"
description: "API to get broadcast assistant local metadata"
bug: "375423982"
}
flag {
name: "leaudio_broadcast_api_manage_primary_group"
is_exported: true
namespace: "bluetooth"
description: "API to manage broadcast primary group"
bug: "375422410"
}
flag {
name: "leaudio_stop_updated_to_not_available_context_stream"
namespace: "bluetooth"
description: "Allow stack to stop stream which remains with non allowed context"
bug: "376251433"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_monitor_unicast_source_when_managed_by_broadcast_delegator"
namespace: "bluetooth"
description: "Monitor stream for primary devices which manages external sources"
bug: "378661060"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_config_profile_enabling"
namespace: "bluetooth"
description: "Change how LE Audio profiles are configured and enabled"
bug: "379178585"
}
flag {
name: "leaudio_dev_options_respect_profile_sysprops"
namespace: "bluetooth"
description: "LE Audio developer options should respect profile sysprops"
bug: "379562663"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_add_opus_codec_type"
is_exported: true
namespace: "bluetooth"
description: "Add OPUS codec type"
bug: "380029892"
}
flag {
name: "leaudio_broadcast_receive_state_processing_refactor"
namespace: "bluetooth"
description: "Fix parsing empty receive states and refactor its processing"
bug: "380231464"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "dsa_hw_transparent_codec"
namespace: "bluetooth"
description: "Use trasparent codec for DSA hardware path"
bug: "382263607"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_use_audio_recording_listener"
namespace: "bluetooth"
description: "Use Audio Recording listener instead of monitoring sink session"
bug: "381054654"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_sm_ignore_connect_events_in_connecting_state"
namespace: "bluetooth"
description: "When received CONNECT event in Connecting state, with no prior DISCONNECT - ignore the event"
bug: "384460395"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_disable_broadcast_for_hap_device"
namespace: "bluetooth"
description: "Disable broadcast feature for HAP device"
bug: "391702876"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_bass_scan_with_internal_scan_controller"
namespace: "bluetooth"
description: "Use internal scan controller for BASS service scan"
bug: "392953619"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_broadcast_prevent_resume_interruption"
namespace: "bluetooth"
description: "Prevent addSource/resumeSource iterruption by start/stop searching"
bug: "391773917"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "do_not_hardcode_tmap_role_mask"
namespace: "bluetooth"
description: "When initializing TMAP role mask in LeAudioService, make it a function of enabled services"
bug: "399410612"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "leaudio_use_aggressive_params"
namespace: "bluetooth"
description: "use aggressive parameters for LE Audio device"
bug: "400607635"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|