1package: "com.android.settings.flags"
2container: "system"
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: "hide_le_audio_toggle_for_le_audio_only_device"
13  namespace: "pixel_cross_device_control"
14  description: "Gates whether to hide LeAudio toggle for LeAudio-only device"
15  bug: "333827147"
16  metadata {
17      purpose: PURPOSE_BUGFIX
18  }
19}
20
21flag {
22  name: "enable_bluetooth_device_details_polish"
23  namespace: "cross_device_experiences"
24  description: "Gates whether to enable bluetooth device details polish"
25  bug: "343317785"
26}
27
28flag {
29  name: "disable_bonding_cancellation_for_orientation_change"
30  namespace: "cross_device_experiences"
31  description: "Stop cancelling bonding process when there is an orientation change"
32  bug: "349542301"
33  metadata {
34      purpose: PURPOSE_BUGFIX
35  }
36}
37
38flag {
39  name: "enable_bluetooth_key_missing_dialog"
40  namespace: "cross_device_experiences"
41  description: "Show a dialog if the bluetooth key is missing when reconnecting"
42  bug: "360031750"
43  metadata {
44      purpose: PURPOSE_BUGFIX
45  }
46}
47