From 6e58cec633c1a73ab11a2720dff4da094070b6f6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 28 Apr 2004 10:23:02 +0000 Subject: Add new Bluetooth init.d script --- scripts/bluetooth.default | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 scripts/bluetooth.default (limited to 'scripts/bluetooth.default') 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" -- cgit From 7b058edb0e54176809bfcce6567c82cb608029ba Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 May 2004 22:04:27 +0000 Subject: Allow options for hidd --- scripts/bluetooth.default | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/bluetooth.default') diff --git a/scripts/bluetooth.default b/scripts/bluetooth.default index d96342c6..4817d38c 100644 --- a/scripts/bluetooth.default +++ b/scripts/bluetooth.default @@ -12,6 +12,9 @@ SDPD_ENABLE=true # Start hidd (allowed values are "true" and "false") HIDD_ENABLE=true +# Arguments to hidd +HIDD_OPTIONS="" + # Run hid2hci (allowed values are "true" and "false") HID2HCI_ENABLE=true -- cgit From e13a5a7590fe4cd454bd524463243a99d94cc9ef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Jan 2007 00:49:29 +0000 Subject: Use SDP server included in hcid --- scripts/bluetooth.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/bluetooth.default') diff --git a/scripts/bluetooth.default b/scripts/bluetooth.default index 4817d38c..976fa245 100644 --- a/scripts/bluetooth.default +++ b/scripts/bluetooth.default @@ -7,7 +7,7 @@ HCID_ENABLE=true HCID_CONFIG="/etc/bluetooth/hcid.conf" # Start sdpd (allowed values are "true" and "false") -SDPD_ENABLE=true +SDPD_ENABLE=false # Start hidd (allowed values are "true" and "false") HIDD_ENABLE=true @@ -19,7 +19,7 @@ HIDD_OPTIONS="" HID2HCI_ENABLE=true # Bind rfcomm devices (allowed values are "true" and "false") -RFCOMM_ENABLE=true +RFCOMM_ENABLE=false # Config file for rfcomm RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" -- cgit From a16c5df68407649eb2c190ab71ab0a0be25209e6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 May 2007 08:17:59 +0000 Subject: Use a simple init script --- scripts/bluetooth.default | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'scripts/bluetooth.default') diff --git a/scripts/bluetooth.default b/scripts/bluetooth.default index 976fa245..b0c4493b 100644 --- a/scripts/bluetooth.default +++ b/scripts/bluetooth.default @@ -1,37 +1,4 @@ # 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=false - -# Start hidd (allowed values are "true" and "false") -HIDD_ENABLE=true - -# Arguments to hidd -HIDD_OPTIONS="" - # Run hid2hci (allowed values are "true" and "false") HID2HCI_ENABLE=true - -# Bind rfcomm devices (allowed values are "true" and "false") -RFCOMM_ENABLE=false - -# 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" -- cgit