1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "allow_switching_hid_and_hogp" 6 is_exported: true 7 namespace: "bluetooth" 8 description: "Allow switching between HID and HOGP supported on the same device" 9 bug: "320762367" 10} 11 12flag { 13 name: "close_hid_if_uhid_ready_too_slow" 14 namespace: "bluetooth" 15 description: "Close HID if UHID takes too long to be ready" 16 bug: "362665394" 17 metadata { 18 purpose: PURPOSE_BUGFIX 19 } 20} 21 22flag { 23 name: "dont_send_hid_set_idle" 24 namespace: "bluetooth" 25 description: "Don't send the SET IDLE HID message" 26 bug: "369310847" 27 metadata { 28 purpose: PURPOSE_BUGFIX 29 } 30} 31 32flag { 33 name: "remove_pending_hid_connection" 34 namespace: "bluetooth" 35 description: "Remove the pending BTA HH connection instance when the device is removed" 36 bug: "377705101" 37 metadata { 38 purpose: PURPOSE_BUGFIX 39 } 40} 41 42flag { 43 name: "hogp_reconnection" 44 namespace: "bluetooth" 45 description: "Allow reconnection from HOGP device irrespective of disconnection reason" 46 bug: "378162528" 47 metadata { 48 purpose: PURPOSE_BUGFIX 49 } 50} 51 52flag { 53 name: "pending_hid_connection_cancellation" 54 namespace: "bluetooth" 55 description: "Properly cancel the pending connection to the already added devices" 56 bug: "381135214" 57 metadata { 58 purpose: PURPOSE_BUGFIX 59 } 60} 61 62flag { 63 name: "disconnect_hid_channels_serially" 64 namespace: "bluetooth" 65 description: "Only disconnect control channel after interrupt channel disconnection is acked" 66 bug: "387937345" 67 metadata { 68 purpose: PURPOSE_BUGFIX 69 } 70} 71 72flag { 73 name: "vup_for_pending_connection" 74 namespace: "bluetooth" 75 description: "Generate HID VUP for pending connections as well" 76 bug: "396747085" 77 metadata { 78 purpose: PURPOSE_BUGFIX 79 } 80} 81 82flag { 83 name: "ignore_unselected_hid_transport_states" 84 namespace: "bluetooth" 85 description: "Ignore HID state transitions for transports that are not selected" 86 bug: "397460323" 87 metadata { 88 purpose: PURPOSE_BUGFIX 89 } 90} 91 92flag { 93 name: "early_incoming_hid_connection" 94 namespace: "bluetooth" 95 description: "Allow early incoming HID connection" 96 bug: "398105207" 97 metadata { 98 purpose: PURPOSE_BUGFIX 99 } 100} 101 102flag { 103 name: "hh_state_update_race_fix" 104 namespace: "bluetooth" 105 description: "Fix stuck in connecting state due to race when updating state" 106 bug: "403420458" 107 metadata { 108 purpose: PURPOSE_BUGFIX 109 } 110} 111 112flag { 113 name: "simpler_hid_connection_policy" 114 namespace: "bluetooth" 115 description: "Simplify native HID host connection policy enforcement" 116 bug: "404590499" 117 metadata { 118 purpose: PURPOSE_BUGFIX 119 } 120} 121