updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bluez-git / bluetooth.conf.d
blob1c1e0258976a0bd3ac2a3bcdc53d4e229f15b6e6
1 # Bluetooth configuraton file
3 # Bluetooth services (allowed values are "true" and "false")
5 # Run the bluetoothd daemon (default: true)
6 #DAEMON_ENABLE="false"
8 # Run the sdp daemon (default: false)
9 # If this is disabled, hcid's internal sdp daemon will be used
10 #SDPD_ENABLE="true"
12 # Run the bluetooth HID daemon (default: false)
13 #HIDD_ENABLE="true"
15 # Activate rfcomm ports (default: false)
16 #RFCOMM_ENABLE="true"
18 # Run bluetooth dial-up networking daemon (default: false)
19 #DUND_ENABLE="true"
21 # Run bluetooth PAN daemon (default: false)
22 #PAND_ENABLE="true"
24 # rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
25 #RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
27 # Options for hidd, dund and pand (default: none)
28 HIDD_OPTIONS="--server"
29 #DUND_OPTIONS=""
30 #PAND_OPTIONS=""