diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-28 10:23:02 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-28 10:23:02 +0000 |
commit | 6e58cec633c1a73ab11a2720dff4da094070b6f6 (patch) | |
tree | eae8fa6aac1daafd07c8faa2c3b175befe225221 /scripts/bluetooth.default | |
parent | c501002e53909aea28b654277ec6ee06a7dee336 (diff) |
Add new Bluetooth init.d script
Diffstat (limited to 'scripts/bluetooth.default')
-rw-r--r-- | scripts/bluetooth.default | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/scripts/bluetooth.default b/scripts/bluetooth.default new file mode 100644 index 00000000..d96342c6 --- /dev/null +++ b/scripts/bluetooth.default @@ -0,0 +1,34 @@ +# Bluetooth configuraton file + +# Start of hcid (allowed values are "true" and "false") +HCID_ENABLE=true + +# Config file for hcid +HCID_CONFIG="/etc/bluetooth/hcid.conf" + +# Start sdpd (allowed values are "true" and "false") +SDPD_ENABLE=true + +# Start hidd (allowed values are "true" and "false") +HIDD_ENABLE=true + +# Run hid2hci (allowed values are "true" and "false") +HID2HCI_ENABLE=true + +# Bind rfcomm devices (allowed values are "true" and "false") +RFCOMM_ENABLE=true + +# Config file for rfcomm +RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" + +# Start dund (allowed values are "true" and "false") +DUND_ENABLE=false + +# Arguments to dund +DUND_OPTIONS="--listen --persist" + +# Start pand (allowed values are "true" and "false") +PAND_ENABLE=false + +# Arguments to pand +PAND_OPTIONS="--listen --role NAP" |