Rongxuan Liu | 584561b | 2023-10-21 02:04:46 +0000 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Rongxuan Liu | 584561b | 2023-10-21 02:04:46 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "leaudio_broadcast_monitor_source_sync_status" |
Oriol Prieto Gasco | d5b8200 | 2024-03-26 01:45:25 +0000 | [diff] [blame] | 6 | is_exported: true |
Rongxuan Liu | 584561b | 2023-10-21 02:04:46 +0000 | [diff] [blame] | 7 | namespace: "bluetooth" |
| 8 | description: "New APIs to improve broadcast source sync" |
| 9 | bug: "307406671" |
| 10 | } |
| 11 | |
| 12 | flag { |
| 13 | name: "leaudio_broadcast_volume_control_for_connected_devices" |
Oriol Prieto Gasco | d5b8200 | 2024-03-26 01:45:25 +0000 | [diff] [blame] | 14 | is_exported: true |
Rongxuan Liu | 584561b | 2023-10-21 02:04:46 +0000 | [diff] [blame] | 15 | namespace: "bluetooth" |
| 16 | description: "Allow volume control for connected devices" |
| 17 | bug: "307408418" |
| 18 | } |
William Escande | aa0fe20 | 2023-10-24 17:59:38 +0000 | [diff] [blame] | 19 | |
| 20 | flag { |
Łukasz Rymanowski | bec6768 | 2023-11-24 14:02:29 +0000 | [diff] [blame] | 21 | name: "leaudio_multicodec_aidl_support" |
| 22 | namespace: "bluetooth" |
| 23 | description: "Enables support for the multicodec AIDL" |
| 24 | bug: "313054645" |
Himanshu Rawat | 2a9c2fd | 2023-11-07 23:15:12 +0000 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | flag { |
| 28 | name: "leaudio_dynamic_spatial_audio" |
| 29 | namespace: "bluetooth" |
| 30 | description: "Support Dynamic Spatial Audio for LE Audio" |
| 31 | bug: "309665975" |
| 32 | } |
Alice Kuo | 9b5f4fc | 2023-12-01 18:41:35 +0800 | [diff] [blame] | 33 | |
| 34 | flag { |
| 35 | name: "asymmetric_phy_for_unidirectional_cis" |
| 36 | namespace: "bluetooth" |
| 37 | description: "Apply asymetric PHY setting for unidirectional CIS" |
| 38 | bug: "314176433" |
| 39 | } |
Antoine SOULIER | 8e29cde | 2023-11-10 17:19:57 +0000 | [diff] [blame] | 40 | |
| 41 | flag { |
| 42 | name: "leaudio_hal_client_asrc" |
| 43 | namespace: "bluetooth" |
| 44 | description: "Sync audio stream with the bluetooth link clock" |
| 45 | bug: "312273987" |
| 46 | } |
Rongxuan Liu | 8823b54 | 2023-12-12 20:02:12 +0000 | [diff] [blame] | 47 | |
| 48 | flag { |
Rongxuan Liu | 4fc75b4 | 2024-01-25 21:57:06 +0000 | [diff] [blame] | 49 | name: "metadata_api_inactive_audio_device_upon_connection" |
Oriol Prieto Gasco | d5b8200 | 2024-03-26 01:45:25 +0000 | [diff] [blame] | 50 | is_exported: true |
Rongxuan Liu | 4fc75b4 | 2024-01-25 21:57:06 +0000 | [diff] [blame] | 51 | namespace: "bluetooth" |
| 52 | description: "API to set device as inactive audio device upon connection" |
| 53 | bug: "322387487" |
| 54 | } |
Łukasz Rymanowski | daa2f54 | 2024-02-01 10:00:50 +0000 | [diff] [blame] | 55 | |
| 56 | flag { |
Michal Belusiak | 24989b7 | 2024-01-31 14:18:28 +0000 | [diff] [blame] | 57 | name: "leaudio_multiple_vocs_instances_api" |
Oriol Prieto Gasco | d5b8200 | 2024-03-26 01:45:25 +0000 | [diff] [blame] | 58 | is_exported: true |
Michal Belusiak | 24989b7 | 2024-01-31 14:18:28 +0000 | [diff] [blame] | 59 | namespace: "bluetooth" |
| 60 | description: "Support multiple audio outputs for volume offset" |
| 61 | bug: "323156655" |
Łukasz Rymanowski | 260e719 | 2024-02-06 13:29:49 +0000 | [diff] [blame] | 62 | } |
| 63 | |
| 64 | flag { |
Jeremy Wu | dad200c | 2024-02-20 01:45:06 +0000 | [diff] [blame] | 65 | name: "run_ble_audio_ticks_in_worker_thread" |
| 66 | namespace: "bluetooth" |
| 67 | description: "Fix thread ownership issue in ble_audio_ticks" |
| 68 | bug: "325984257" |
| 69 | metadata { |
| 70 | purpose: PURPOSE_BUGFIX |
| 71 | } |
| 72 | } |
Łukasz Rymanowski | 723af1d | 2024-02-22 18:38:03 +0000 | [diff] [blame] | 73 | |
| 74 | flag { |
| 75 | name: "leaudio_codec_config_callback_order_fix" |
| 76 | namespace: "bluetooth" |
| 77 | description: "Fix for the order on the callback" |
| 78 | bug: "326442537" |
| 79 | metadata { |
| 80 | purpose: PURPOSE_BUGFIX |
| 81 | } |
| 82 | } |
Łukasz Rymanowski | 058c20a | 2024-03-06 20:24:50 +0000 | [diff] [blame] | 83 | |
| 84 | flag { |
| 85 | name: "leaudio_allow_leaudio_only_devices" |
| 86 | namespace: "bluetooth" |
| 87 | description: "Enable Le Audio for LeAudio only devices" |
| 88 | bug: "328471369" |
| 89 | } |
Łukasz Rymanowski | 48d2d25 | 2024-03-22 12:44:17 +0000 | [diff] [blame] | 90 | |
| 91 | flag { |
| 92 | name: "leaudio_mono_location_errata" |
| 93 | namespace: "bluetooth" |
| 94 | description: "Add mono location as per Bluetooth Assigned Numbers" |
| 95 | bug: "331139722" |
| 96 | metadata { |
| 97 | purpose: PURPOSE_BUGFIX |
| 98 | } |
| 99 | } |
Łukasz Rymanowski | 559e6aa | 2024-03-07 15:21:35 +0000 | [diff] [blame] | 100 | |
| 101 | flag { |
Łukasz Rymanowski | ea4a809 | 2024-10-11 08:38:19 +0000 | [diff] [blame] | 102 | name: "leaudio_mono_location_errata_api" |
| 103 | is_exported: true |
| 104 | namespace: "bluetooth" |
| 105 | description: "Add mono location as per Bluetooth Assigned Numbers to API" |
| 106 | bug: "372840605" |
| 107 | } |
| 108 | |
| 109 | flag { |
Grzegorz Kołodziejczyk | e61ca8f | 2024-03-26 15:18:22 +0000 | [diff] [blame] | 110 | name: "leaudio_getting_active_state_support" |
| 111 | namespace: "bluetooth" |
| 112 | description: "Introduce getting active state for LE Audio to avoid unnecessary broadcast handover when changing active group" |
| 113 | bug: "331387253" |
| 114 | metadata { |
| 115 | purpose: PURPOSE_BUGFIX |
| 116 | } |
| 117 | } |
Jakub Pawlowski | b63d637 | 2024-04-02 22:10:49 +0200 | [diff] [blame] | 118 | |
| 119 | flag { |
| 120 | name: "le_audio_base_ecosystem_interval" |
| 121 | namespace: "bluetooth" |
| 122 | description: "Set base ecosystem interval when LE Audio is in use" |
| 123 | bug: "332574780" |
| 124 | metadata { |
| 125 | purpose: PURPOSE_BUGFIX |
| 126 | } |
| 127 | } |
Łukasz Rymanowski | fa54e3a | 2024-04-02 14:50:42 +0000 | [diff] [blame] | 128 | |
| 129 | flag { |
| 130 | name: "le_audio_support_unidirectional_voice_assistant" |
| 131 | namespace: "bluetooth" |
| 132 | description: "Allow to create unidirectional stream for VOICEASSISTANT" |
| 133 | bug: "332510824" |
| 134 | } |
Grzegorz Kołodziejczyk | 753f2b0 | 2024-04-04 12:09:51 +0000 | [diff] [blame] | 135 | |
| 136 | flag { |
| 137 | name: "leaudio_start_request_state_mutex_check" |
| 138 | namespace: "bluetooth" |
| 139 | description: "Check mutex before getting start request state" |
| 140 | bug: "332847150" |
| 141 | metadata { |
| 142 | purpose: PURPOSE_BUGFIX |
| 143 | } |
Grzegorz Kołodziejczyk | 8e4a94d | 2024-04-05 13:45:48 +0000 | [diff] [blame] | 144 | } |
| 145 | |
| 146 | flag { |
| 147 | name: "leaudio_broadcast_assistant_peripheral_entrustment" |
| 148 | namespace: "bluetooth" |
| 149 | description: "Give peripheral devices more responsibility for source handling" |
| 150 | bug: "333050419" |
| 151 | metadata { |
| 152 | purpose: PURPOSE_BUGFIX |
| 153 | } |
Michal Belusiak | 6a9e0af | 2024-04-03 06:58:15 +0000 | [diff] [blame] | 154 | } |
| 155 | |
| 156 | flag { |
| 157 | name: "leaudio_broadcast_destroy_after_timeout" |
| 158 | namespace: "bluetooth" |
| 159 | description: "Destroy broadcast if it fails to start in time" |
| 160 | bug: "332500141" |
| 161 | metadata { |
| 162 | purpose: PURPOSE_BUGFIX |
| 163 | } |
| 164 | } |
Rongxuan Liu | 53a120f | 2024-04-10 21:58:10 +0000 | [diff] [blame] | 165 | |
| 166 | flag { |
| 167 | name: "leaudio_broadcast_volume_control_with_set_volume" |
| 168 | namespace: "bluetooth" |
| 169 | description: "Set broadcast sink volume with setVolume API" |
| 170 | bug: "333761969" |
| 171 | metadata { |
| 172 | purpose: PURPOSE_BUGFIX |
| 173 | } |
Jeremy Wu | 8016a3e | 2024-04-10 07:30:39 +0000 | [diff] [blame] | 174 | } |
| 175 | |
| 176 | flag { |
| 177 | name: "run_clock_recovery_in_worker_thread" |
| 178 | namespace: "bluetooth" |
| 179 | description: "Fix thread ownership issue in clock_recovery" |
| 180 | bug: "333657963" |
| 181 | metadata { |
| 182 | purpose: PURPOSE_BUGFIX |
| 183 | } |
| 184 | } |
Michal Belusiak | 393d993 | 2024-04-24 07:14:06 +0000 | [diff] [blame] | 185 | |
| 186 | flag { |
| 187 | name: "leaudio_broadcast_extract_periodic_scanner_from_state_machine" |
| 188 | namespace: "bluetooth" |
| 189 | description: "Extract periodic scanner from state machine to make it independent from remote devices" |
| 190 | bug: "333691526" |
| 191 | metadata { |
| 192 | purpose: PURPOSE_BUGFIX |
| 193 | } |
| 194 | } |
Grzegorz Kołodziejczyk | f5dd7a8 | 2024-04-23 08:41:29 +0000 | [diff] [blame] | 195 | |
| 196 | flag { |
| 197 | name: "leaudio_allowed_context_mask" |
| 198 | namespace: "bluetooth" |
| 199 | description: "Set allowed context mask to filter stream requests in native" |
| 200 | bug: "336468573" |
| 201 | metadata { |
| 202 | purpose: PURPOSE_BUGFIX |
| 203 | } |
Grzegorz Kołodziejczyk | d88f7c2 | 2024-04-23 08:51:42 +0000 | [diff] [blame] | 204 | } |
| 205 | |
| 206 | flag { |
William Escande | c5d45c8 | 2024-06-21 00:03:01 -0700 | [diff] [blame] | 207 | name: "leaudio_call_start_scan_directly" |
| 208 | namespace: "bluetooth" |
| 209 | description: "Calling the framework is working only when we are expecting IPC. This will call the underlying implementation directly" |
| 210 | bug: "348562830" |
| 211 | metadata { |
| 212 | purpose: PURPOSE_BUGFIX |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | flag { |
Grzegorz Kołodziejczyk | d88f7c2 | 2024-04-23 08:51:42 +0000 | [diff] [blame] | 217 | name: "leaudio_no_context_validate_streaming_request" |
| 218 | namespace: "bluetooth" |
| 219 | description: "Request streaming would be send without available cotext validation" |
| 220 | bug: "336466406" |
| 221 | metadata { |
| 222 | purpose: PURPOSE_BUGFIX |
| 223 | } |
Grzegorz Kołodziejczyk | 4f14d96 | 2024-04-24 11:59:50 +0000 | [diff] [blame] | 224 | } |
| 225 | |
| 226 | flag { |
William Escande | a12ae8a | 2024-05-17 17:55:36 -0700 | [diff] [blame] | 227 | name: "leaudio_synchronize_start" |
| 228 | namespace: "bluetooth" |
| 229 | description: "Do not post on main looper when starting le_audio" |
| 230 | bug: "341385684" |
| 231 | metadata { |
| 232 | purpose: PURPOSE_BUGFIX |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | flag { |
Himanshu Rawat | 0836b61 | 2024-04-30 20:24:21 +0000 | [diff] [blame] | 237 | name: "headtracker_codec_capability" |
| 238 | namespace: "bluetooth" |
| 239 | description: "Use Android Headtracker codec capabilities" |
| 240 | bug: "338098113" |
| 241 | metadata { |
| 242 | purpose: PURPOSE_BUGFIX |
| 243 | } |
| 244 | } |
Grzegorz Kołodziejczyk | 317c672 | 2024-05-09 13:17:46 +0000 | [diff] [blame] | 245 | |
| 246 | flag { |
| 247 | name: "leaudio_use_audio_mode_listener" |
| 248 | namespace: "bluetooth" |
| 249 | description: "Use Audio Mode listener instead of Telecom in call callback" |
| 250 | bug: "339612732" |
| 251 | metadata { |
| 252 | purpose: PURPOSE_BUGFIX |
| 253 | } |
| 254 | } |
Michal Belusiak | 85fc5887 | 2024-06-14 11:54:35 +0000 | [diff] [blame] | 255 | |
| 256 | flag { |
| 257 | name: "leaudio_big_depends_on_audio_state" |
| 258 | namespace: "bluetooth" |
| 259 | description: "BIG creation/termination depends on audio resume/pause" |
| 260 | bug: "347204335" |
| 261 | metadata { |
| 262 | purpose: PURPOSE_BUGFIX |
| 263 | } |
| 264 | } |
Rongxuan Liu | 4a14262 | 2024-06-17 16:43:42 +0000 | [diff] [blame] | 265 | |
| 266 | flag { |
| 267 | name: "leaudio_broadcast_update_metadata_callback" |
| 268 | namespace: "bluetooth" |
| 269 | description: "Notify upper layer with callback when medadata is updated" |
| 270 | bug: "347710374" |
| 271 | metadata { |
| 272 | purpose: PURPOSE_BUGFIX |
| 273 | } |
| 274 | } |
Himanshu Rawat | e5ce1c1 | 2024-06-29 00:03:21 +0000 | [diff] [blame] | 275 | |
| 276 | flag { |
| 277 | name: "headtracker_sdu_size" |
| 278 | namespace: "bluetooth" |
| 279 | description: "Use updated headtracker SDU size" |
| 280 | bug: "350090733" |
| 281 | metadata { |
| 282 | purpose: PURPOSE_BUGFIX |
| 283 | } |
| 284 | } |
Jakub Pawlowski | f553128 | 2024-07-10 07:20:10 +0200 | [diff] [blame] | 285 | |
| 286 | flag { |
| 287 | name: "le_ase_read_multiple_variable" |
| 288 | namespace: "bluetooth" |
| 289 | description: "Use GATT read multiple variable length characteristic values" |
| 290 | bug: "352085435" |
| 291 | metadata { |
| 292 | purpose: PURPOSE_BUGFIX |
| 293 | } |
| 294 | } |
Łukasz Rymanowski | ae2a13a | 2024-07-15 10:56:18 +0000 | [diff] [blame] | 295 | |
| 296 | flag { |
| 297 | name: "leaudio_speed_up_reconfiguration_between_call" |
| 298 | namespace: "bluetooth" |
| 299 | description: "Fix reconfiguration time between call and media" |
| 300 | bug: "352686917" |
| 301 | metadata { |
| 302 | purpose: PURPOSE_BUGFIX |
| 303 | } |
| 304 | } |
Rongxuan Liu | 457b3f5 | 2024-07-19 18:05:08 +0000 | [diff] [blame] | 305 | |
| 306 | flag { |
| 307 | name: "leaudio_broadcast_volume_control_primary_group_only" |
| 308 | namespace: "bluetooth" |
| 309 | description: "Only control broadcast primary group volume" |
| 310 | bug: "354201794" |
| 311 | metadata { |
| 312 | purpose: PURPOSE_BUGFIX |
| 313 | } |
| 314 | } |
Jakub Pawlowski | cf24758 | 2024-07-30 11:45:53 +0200 | [diff] [blame] | 315 | |
| 316 | flag { |
| 317 | name: "unbonded_profile_forbid_fix" |
| 318 | namespace: "bluetooth" |
| 319 | description: "Do not mark profiles as forbidden for unbonded devices" |
| 320 | bug: "356325069" |
| 321 | metadata { |
| 322 | purpose: PURPOSE_BUGFIX |
| 323 | } |
| 324 | } |
shihchienc | f6dda5b | 2024-07-18 10:30:58 +0000 | [diff] [blame] | 325 | |
| 326 | flag { |
| 327 | name: "leaudio_set_codec_config_preference" |
| 328 | namespace: "bluetooth" |
| 329 | description: "New apis to set codec config preference" |
| 330 | bug: "353909820" |
| 331 | } |
Łukasz Rymanowski | e020619 | 2024-08-21 10:01:35 +0000 | [diff] [blame] | 332 | |
| 333 | flag { |
| 334 | name: "leaudio_add_aics_support" |
| 335 | namespace: "bluetooth" |
| 336 | description: "Add AICS support" |
| 337 | bug: "361263965" |
| 338 | } |
| 339 | |
Yuyang Huang | af2e47e | 2024-08-23 17:40:09 +0000 | [diff] [blame] | 340 | flag { |
| 341 | name: "leaudio_gmap_client" |
| 342 | namespace: "bluetooth" |
| 343 | description: "enable Gaming Audio Profile" |
| 344 | bug: "353978074" |
| 345 | } |
| 346 | |
Michal Belusiak | 279c31c | 2024-08-30 09:45:47 +0000 | [diff] [blame] | 347 | flag { |
| 348 | name: "leaudio_broadcast_resync_helper" |
| 349 | namespace: "bluetooth" |
| 350 | description: "Helps sinks to resync to external broadcast when BIS or PA unsynced" |
| 351 | bug: "363168099" |
| 352 | metadata { |
| 353 | purpose: PURPOSE_BUGFIX |
| 354 | } |
| 355 | } |
Mariusz Skamra | fdd125e | 2024-09-05 12:57:44 +0000 | [diff] [blame] | 356 | |
| 357 | flag { |
| 358 | name: "leaudio_unicast_no_available_contexts" |
| 359 | namespace: "bluetooth" |
| 360 | description: "Fix handling initial zero available contexts" |
| 361 | bug: "367325041" |
| 362 | metadata { |
| 363 | purpose: PURPOSE_BUGFIX |
| 364 | } |
| 365 | } |
Łukasz Rymanowski | a91f0cc | 2024-09-24 11:54:29 +0000 | [diff] [blame] | 366 | |
| 367 | flag { |
| 368 | name: "leaudio_improve_switch_during_phone_call" |
| 369 | namespace: "bluetooth" |
| 370 | description: "Fix audio slip to speaker while switching bt audio device during phonecall" |
| 371 | bug: "369322905" |
| 372 | metadata { |
| 373 | purpose: PURPOSE_BUGFIX |
| 374 | } |
| 375 | } |
Michal Belusiak | 86b8a0d | 2024-10-01 10:25:11 +0000 | [diff] [blame] | 376 | |
| 377 | flag { |
| 378 | name: "leaudio_sort_scans_to_sync_by_fails" |
| 379 | namespace: "bluetooth" |
| 380 | description: "Sort scan results for source sync by fails counter" |
| 381 | bug: "370639684" |
| 382 | metadata { |
| 383 | purpose: PURPOSE_BUGFIX |
| 384 | } |
| 385 | } |
jasonwshsu | 9007fa4 | 2024-10-09 19:42:07 +0800 | [diff] [blame] | 386 | |
| 387 | flag { |
| 388 | name: "metadata_api_microphone_for_call_enabled" |
| 389 | is_exported: true |
| 390 | namespace: "bluetooth" |
| 391 | description: "API to get and set microphone for call enable status" |
| 392 | bug: "372395197" |
| 393 | } |
Rongxuan Liu | 39fbe60 | 2024-10-24 17:59:44 +0000 | [diff] [blame] | 394 | |
| 395 | flag { |
| 396 | name: "leaudio_broadcast_primary_group_selection" |
| 397 | namespace: "bluetooth" |
| 398 | description: "Fix race condition in primary group selection" |
| 399 | bug: "375422795" |
| 400 | metadata { |
| 401 | purpose: PURPOSE_BUGFIX |
| 402 | } |
| 403 | } |
Rongxuan Liu | d418570 | 2024-10-24 18:07:31 +0000 | [diff] [blame] | 404 | |
| 405 | flag { |
| 406 | name: "leaudio_broadcast_api_get_local_metadata" |
| 407 | is_exported: true |
| 408 | namespace: "bluetooth" |
| 409 | description: "API to get broadcast assistant local metadata" |
| 410 | bug: "375423982" |
| 411 | } |
Rongxuan Liu | 90fec2b | 2024-10-24 18:10:12 +0000 | [diff] [blame] | 412 | |
| 413 | flag { |
| 414 | name: "leaudio_broadcast_api_manage_primary_group" |
| 415 | is_exported: true |
| 416 | namespace: "bluetooth" |
| 417 | description: "API to manage broadcast primary group" |
| 418 | bug: "375422410" |
| 419 | } |
Grzegorz Kołodziejczyk | 948293c | 2024-10-29 15:48:53 +0000 | [diff] [blame] | 420 | |
| 421 | flag { |
| 422 | name: "leaudio_stop_updated_to_not_available_context_stream" |
| 423 | namespace: "bluetooth" |
| 424 | description: "Allow stack to stop stream which remains with non allowed context" |
| 425 | bug: "376251433" |
| 426 | metadata { |
| 427 | purpose: PURPOSE_BUGFIX |
| 428 | } |
Grzegorz Kołodziejczyk | 4ee5d7f | 2024-11-12 14:01:35 +0000 | [diff] [blame] | 429 | } |
| 430 | |
| 431 | flag { |
| 432 | name: "leaudio_monitor_unicast_source_when_managed_by_broadcast_delegator" |
| 433 | namespace: "bluetooth" |
| 434 | description: "Monitor stream for primary devices which manages external sources" |
| 435 | bug: "378661060" |
| 436 | metadata { |
| 437 | purpose: PURPOSE_BUGFIX |
| 438 | } |
| 439 | } |
Andrew Cheng | d4d7594 | 2024-11-14 15:48:03 -0800 | [diff] [blame] | 440 | |
| 441 | flag { |
| 442 | name: "leaudio_config_profile_enabling" |
| 443 | namespace: "bluetooth" |
| 444 | description: "Change how LE Audio profiles are configured and enabled" |
| 445 | bug: "379178585" |
Andrew Cheng | 5fa8ced | 2024-11-17 17:16:30 -0800 | [diff] [blame] | 446 | } |
| 447 | |
| 448 | flag { |
| 449 | name: "leaudio_dev_options_respect_profile_sysprops" |
| 450 | namespace: "bluetooth" |
| 451 | description: "LE Audio developer options should respect profile sysprops" |
| 452 | bug: "379562663" |
| 453 | metadata { |
| 454 | purpose: PURPOSE_BUGFIX |
| 455 | } |
Łukasz Rymanowski | 1b03899 | 2024-11-20 12:51:28 +0000 | [diff] [blame] | 456 | } |
| 457 | |
| 458 | flag { |
| 459 | name: "leaudio_add_opus_codec_type" |
| 460 | is_exported: true |
| 461 | namespace: "bluetooth" |
| 462 | description: "Add OPUS codec type" |
| 463 | bug: "380029892" |
Andrew Cheng | d4d7594 | 2024-11-14 15:48:03 -0800 | [diff] [blame] | 464 | } |