summaryrefslogtreecommitdiff
path: root/packages/bluez-utils/files/openslug/bluetooth.default
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-02 12:42:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-02 12:42:09 +0000
commit8998ef3fe7b3bc3a45b627993d905a2965784f36 (patch)
tree5d4cce033398cf9db517c8ffabf11e1dc1f86174 /packages/bluez-utils/files/openslug/bluetooth.default
parent23430ca54377133de1107c3cec6d4d063388cc03 (diff)
bluez: update and put related .bb files into one directory
- bluez-libs, bluez-utils, and bluez-hcidump are pretty tied, so I think it makes sense to put them into the same directory - update bluez-libs to 2.20 - update bluez-hcidump to 1.25 - enable default-manfid patch
Diffstat (limited to 'packages/bluez-utils/files/openslug/bluetooth.default')
-rw-r--r--packages/bluez-utils/files/openslug/bluetooth.default37
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/bluez-utils/files/openslug/bluetooth.default b/packages/bluez-utils/files/openslug/bluetooth.default
deleted file mode 100644
index 10f628e314..0000000000
--- a/packages/bluez-utils/files/openslug/bluetooth.default
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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=false
-
-# Arguments to hidd
-HIDD_OPTIONS=""
-
-# Run hid2hci (allowed values are "true" and "false")
-HID2HCI_ENABLE=false
-
-# 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=true
-
-# Arguments to dund
-DUND_OPTIONS="--listen --persist"
-
-# Start pand (allowed values are "true" and "false")
-PAND_ENABLE=true
-
-# Arguments to pand
-PAND_OPTIONS="--listen --role NAP"