diff options
author | sibel <lesibel@free.fr> | 2010-08-26 17:43:46 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-08-26 17:43:46 +0200 |
commit | 340e5d4910f029183d28d4e99bf00c7fb8c71b7a (patch) | |
tree | 86e35b58ad35d4653e1a3390af1754c192fd5714 /extra/bluez/bluetooth.conf.d | |
parent | 3ea789d3580b49c0f78392540d3d7e393d158fa3 (diff) | |
download | nutyx-pakxe-340e5d4910f029183d28d4e99bf00c7fb8c71b7a.tar.gz nutyx-pakxe-340e5d4910f029183d28d4e99bf00c7fb8c71b7a.tar.bz2 nutyx-pakxe-340e5d4910f029183d28d4e99bf00c7fb8c71b7a.tar.xz nutyx-pakxe-340e5d4910f029183d28d4e99bf00c7fb8c71b7a.zip |
Ajout de bluez#4.69-1
Diffstat (limited to 'extra/bluez/bluetooth.conf.d')
-rw-r--r-- | extra/bluez/bluetooth.conf.d | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/extra/bluez/bluetooth.conf.d b/extra/bluez/bluetooth.conf.d new file mode 100644 index 000000000..6648740eb --- /dev/null +++ b/extra/bluez/bluetooth.conf.d @@ -0,0 +1,30 @@ +# Bluetooth configuraton file + +# Bluetooth services (allowed values are "true" and "false") + +# Run the bluetoothd daemon (default: true) +#DAEMON_ENABLE="false" + +# 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="" |