1package: "com.android.settings.flags" 2container: "system_ext" 3 4flag { 5 name: "enable_offload_bluetooth_operations_to_background_thread" 6 namespace: "pixel_cross_device_control" 7 description: "Gates whether to offload bluetooth operations to background thread" 8 bug: "305636727" 9} 10 11flag { 12 name: "enable_bluetooth_profile_toggle_visibility_checker" 13 namespace: "pixel_cross_device_control" 14 description: "Gates whether to enable checker for bluetooth profile toggle visibility" 15 bug: "321178209" 16} 17 18flag { 19 name: "hide_le_audio_toggle_for_le_audio_only_device" 20 namespace: "pixel_cross_device_control" 21 description: "Gates whether to hide LeAudio toggle for LeAudio-only device" 22 bug: "333827147" 23 metadata { 24 purpose: PURPOSE_BUGFIX 25 } 26} 27