| package: "com.android.bluetooth.flags" |
| container: "com.android.btservices" |
| |
| flag { |
| name: "break_uhid_polling_early" |
| namespace: "bluetooth" |
| description: "Break from UHID polling early if HID host disconnects" |
| bug: "319846147" |
| } |
| |
| flag { |
| name: "allow_switching_hid_and_hogp" |
| is_exported: true |
| namespace: "bluetooth" |
| description: "Allow switching between HID and HOGP supported on the same device" |
| bug: "320762367" |
| } |
| |
| flag { |
| name: "prevent_hogp_reconnect_when_connected" |
| namespace: "bluetooth" |
| description: "Do not request GATT connection while the HOGP is already connected" |
| bug: "329720661" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "save_initial_hid_connection_policy" |
| namespace: "bluetooth" |
| description: "Save HID connection policy on initial successful connection" |
| bug: "335904609" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "android_headtracker_service" |
| namespace: "bluetooth" |
| description: "Support headtracking through Android Headtracker Service" |
| bug: "335708774" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "suppress_hid_rejection_broadcast" |
| namespace: "bluetooth" |
| description: "Don't generate state change event when an incoming HID connection is rejected" |
| bug: "339018102" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "hid_report_queuing" |
| namespace: "bluetooth" |
| description: "Queue incoming HID reports if UHID is not ready" |
| bug: "345498287" |
| } |
| |
| flag { |
| name: "remove_input_device_on_vup" |
| namespace: "bluetooth" |
| description: "Remove the input device entry on device removal" |
| bug: "354758065" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "initiate_multiple_hid_connections" |
| namespace: "bluetooth" |
| description: "Allow HID host to initiate multiple HID connections at a time" |
| bug: "356141637" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "close_hid_only_if_connected" |
| namespace: "bluetooth" |
| description: "Do not close BTA HID host if it is already closed" |
| bug: "358241286" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "close_hid_if_uhid_ready_too_slow" |
| namespace: "bluetooth" |
| description: "Close HID if UHID takes too long to be ready" |
| bug: "362665394" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "serialize_hogp_and_dis" |
| namespace: "bluetooth" |
| description: "start HOGP service discovery only after DIS discovery is finished" |
| bug: "367910199" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |