diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-03 20:33:13 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-03 20:33:13 (GMT) |
commit | 117e8d1604d451e12e5f5c32f5a8424d3dd74ca7 (patch) | |
tree | 6333995bc19680138b6487d9b6c5e4ca0e5edb6f /abs/extra-testing/bluez/bluetooth.conf.d | |
parent | 13d32c0bfce27438b957eff503bb88e84b2d822c (diff) | |
download | linhes_pkgbuild-117e8d1604d451e12e5f5c32f5a8424d3dd74ca7.zip linhes_pkgbuild-117e8d1604d451e12e5f5c32f5a8424d3dd74ca7.tar.gz linhes_pkgbuild-117e8d1604d451e12e5f5c32f5a8424d3dd74ca7.tar.bz2 |
Initial inclusion of bluetooth support into LinHES.
Diffstat (limited to 'abs/extra-testing/bluez/bluetooth.conf.d')
-rw-r--r-- | abs/extra-testing/bluez/bluetooth.conf.d | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/abs/extra-testing/bluez/bluetooth.conf.d b/abs/extra-testing/bluez/bluetooth.conf.d new file mode 100644 index 0000000..8f25ef4 --- /dev/null +++ b/abs/extra-testing/bluez/bluetooth.conf.d @@ -0,0 +1,33 @@ +# Bluetooth configuraton file + +# Bluetooth services (allowed values are "true" and "false") + +# Run the bluetoothd daemon (default: true) +#DAEMON_ENABLE="false" + +# Run hid2hci (default: false) +#HID2HCI_ENABLE="true" + +# Run the sdp daemon (default: false) +# If this is disabled, hcid's internal sdp daemon will be used +#SDPD_ENABLE="true" + +# Run the bluetooth HID daemon (default: false) +#HIDD_ENABLE="true" + +# Activate rfcomm ports (default: false) +#RFCOMM_ENABLE="true" + +# Run bluetooth dial-up networking daemon (default: false) +#DUND_ENABLE="true" + +# Run bluetooth PAN daemon (default: false) +#PAND_ENABLE="true" + +# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf) +#RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" + +# Options for hidd, dund and pand (default: none) +#HIDD_OPTIONS="" +#DUND_OPTIONS="" +#PAND_OPTIONS="" |