• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "break_uhid_polling_early"
6    namespace: "bluetooth"
7    description: "Break from UHID polling early if HID host disconnects"
8    bug: "319846147"
9}
10
11flag {
12    name: "allow_switching_hid_and_hogp"
13    is_exported: true
14    namespace: "bluetooth"
15    description: "Allow switching between HID and HOGP supported on the same device"
16    bug: "320762367"
17}
18
19flag {
20    name: "prevent_hogp_reconnect_when_connected"
21    namespace: "bluetooth"
22    description: "Do not request GATT connection while the HOGP is already connected"
23    bug: "329720661"
24    metadata {
25        purpose: PURPOSE_BUGFIX
26    }
27}
28
29flag {
30    name: "save_initial_hid_connection_policy"
31    namespace: "bluetooth"
32    description: "Save HID connection policy on initial successful connection"
33    bug: "335904609"
34    metadata {
35        purpose: PURPOSE_BUGFIX
36    }
37}
38
39flag {
40    name: "android_headtracker_service"
41    namespace: "bluetooth"
42    description: "Support headtracking through Android Headtracker Service"
43    bug: "335708774"
44    metadata {
45        purpose: PURPOSE_BUGFIX
46    }
47}
48
49flag {
50    name: "suppress_hid_rejection_broadcast"
51    namespace: "bluetooth"
52    description: "Don't generate state change event when an incoming HID connection is rejected"
53    bug: "339018102"
54    metadata {
55        purpose: PURPOSE_BUGFIX
56    }
57}
58
59flag {
60    name: "hid_report_queuing"
61    namespace: "bluetooth"
62    description: "Queue incoming HID reports if UHID is not ready"
63    bug: "345498287"
64}
65