From 8998ef3fe7b3bc3a45b627993d905a2965784f36 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 2 Sep 2005 12:42:09 +0000 Subject: 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 --- packages/bluez/files/openslug/bluetooth.default | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/bluez/files/openslug/bluetooth.default (limited to 'packages/bluez/files/openslug/bluetooth.default') diff --git a/packages/bluez/files/openslug/bluetooth.default b/packages/bluez/files/openslug/bluetooth.default new file mode 100644 index 0000000000..10f628e314 --- /dev/null +++ b/packages/bluez/files/openslug/bluetooth.default @@ -0,0 +1,37 @@ +# 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" -- cgit v1.2.3