From 2c1f6b9dffafecbda32b136d06abf65558f07700 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Dec 2024 21:15:51 -0500 Subject: initial commit, I think I got everything --- system/bluetooth/input.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 system/bluetooth/input.conf (limited to 'system/bluetooth/input.conf') diff --git a/system/bluetooth/input.conf b/system/bluetooth/input.conf new file mode 100644 index 0000000..273e15b --- /dev/null +++ b/system/bluetooth/input.conf @@ -0,0 +1,27 @@ +# Configuration file for the input service + +# This section contains options which are not specific to any +# particular interface +[General] + +# Set idle timeout (in seconds) before the connection will be disconnect and +# the input device is removed. +# Defaults: 0 (disabled) +#IdleTimeout=0 + +# Enable HID protocol handling in userspace input profile +# Defaults to true (Use UHID instead of kernel HIDP) +#UserspaceHID=true + +# Limit HID connections to bonded devices +# The HID Profile does not specify that devices must be bonded, however some +# platforms may want to make sure that input connections only come from bonded +# device connections. Several older mice have been known for not supporting +# pairing/encryption. +# Defaults to true for security. +#ClassicBondedOnly=true + +# LE upgrade security +# Enables upgrades of security automatically if required. +# Defaults to true to maximize device compatibility. +#LEAutoSecurity=true -- cgit v1.2.3