############ general ## Path: Hardware/Bluetooth ## Description: General settings for the Bluetooth device, if set to 'yes' bluetooth is started when hotplug reports 'added bluetooth device' ## Type: yesno ## Default: no ## ServiceRestart: bluetooth START_SERVICES="yes" ## Path: Hardware/Bluetooth ## Description: General settings for the Bluetooth system, if set to 'yes' bluetooth is stopped when a hotplug records 'removed bluetooth device', no matter if there are still active devices left ## Type: yesno ## Default: no ## ServiceRestart: bluetooth ALWAYS_STOP_SERVICES="no" ############ HCID ## Path: Hardware/Bluetooth ## Description: Start responsible demon for managing Bluetooth hciX-devices ## Type: yesno ## Default: yes ## ServiceRestart: bluetooth HCI_START="yes" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for managing Bluetooth hciX-devices ## Type: list("/usr/sbin/hcid","") ## Default: "/usr/sbin/hcid" ## ServiceRestart: bluetooth HCI_DAEMON="/usr/sbin/hcid" ## Path: Hardware/Bluetooth ## Description: Arguments for hci-demon ## Type: string("-f /etc/bluetooth/hcid.conf") ## Default: "-f /etc/bluetooth/hcid.conf" ## ServiceRestart: bluetooth HCI_DAEMON_ARGS=" -f /etc/bluetooth/hcid.conf" ############ SDP ## Path: Hardware/Bluetooth ## Description: Start responsible demon for incoming service queries ## Type: yesno ## Default: yes ## ServiceRestart: bluetooth SDP_START="yes" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for incoming service queries ## Type: list("/usr/sbin/sdpd","") ## Default: "/usr/sbin/sdpd" ## ServiceRestart: bluetooth SDP_DAEMON="/usr/sbin/sdpd" ## Path: Hardware/Bluetooth ## Description: Arguments for sdp-demon start ## Type: list("","-n") ## Default: "" ## ServiceRestart: bluetooth SDP_DAEMON_ARGS="" ############ OPD ## Path: Hardware/Bluetooth ## Description: Start responsible demon for obex push queries ## Type: yesno ## Default: no ## ServiceRestart: bluetooth OPD_START="no" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for obex push queries ## Type: list("/usr/bin/opd","") ## Default: "/usr/bin/opd" ## ServiceRestart: bluetooth OPD_DAEMON="/usr/bin/opd" ## Path: Hardware/Bluetooth ## Description: Arguments for opd-demon start ## Type: list("--mode OBEX --channel 10 --sdp --daemonize --path /var/lib/bluetooth/opd","--sdp") ## Default: "--mode OBEX --channel 10 --sdp --daemonize --path /var/lib/bluetooth/opd" ## ServiceRestart: bluetooth OPD_DAEMON_ARGS="--mode OBEX --channel 10 --sdp --daemonize --path /var/lib/bluetooth/opd" ############ RFCOMM ## Path: Hardware/Bluetooth ## Description: Start responsible service for rfcomm ## Type: yesno ## Default: no ## ServiceRestart: bluetooth RFCOMM_START="yes" ## Path: Hardware/Bluetooth ## Description: Set responsible service for rfcomm ## Type: list("/usr/bin/rfcomm","") ## Default: "/usr/bin/rfcomm" ## ServiceRestart: bluetooth RFCOMM_DAEMON="/usr/bin/rfcomm" ## Path: Hardware/Bluetooth ## Description: Arguments for rfcomm-service start ## Type: list("-f /etc/bluetooth/rfcomm.conf bind all","") ## Default: "-f /etc/bluetooth/rfcomm.conf bind all" ## ServiceRestart: bluetooth RFCOMM_DAEMON_ARGS="-f /etc/bluetooth/rfcomm.conf bind all" ############ PAND ## Path: Hardware/Bluetooth ## Description: Start responsible demon for Personal Area Network ## Type: yesno ## Default: no ## ServiceRestart: bluetooth PAND_START="no" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for Personal Area Network ## Type: list("/usr/bin/pand","") ## Default: "/usr/bin/pand" ## ServiceRestart: bluetooth PAND_DAEMON="/usr/bin/pand" ## Path: Hardware/Bluetooth ## Description: Arguments for pan-demon start ## Type: list("--listen --role NAP") ## Default: "--listen --role NAP" ## ServiceRestart: bluetooth PAND_DAEMON_ARGS="--listen --role NAP" ############ DUND ## Path: Hardware/Bluetooth ## Description: Start responsible demon for LAN Access over PPP ## Type: yesno ## Default: no ## ServiceRestart: bluetooth DUND_START="no" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for LAN Access over PPP ## Type: list("/usr/bin/dund","") ## Default: "/usr/bin/dund" ## ServiceRestart: bluetooth DUND_DAEMON="/usr/bin/dund" ## Path: Hardware/Bluetooth ## Description: Arguments for dun-demon start ## Type: list("--listen --persist") ## Default: "--listen --persist" ## ServiceRestart: bluetooth DUND_DAEMON_ARGS="--listen --persist" ############ HIDD ## Path: Hardware/Bluetooth ## Description: Start responsible demon for HID Daemon ## Type: yesno ## Default: no ## ServiceRestart: bluetooth HID_START="yes" ## Path: Hardware/Bluetooth ## Description: Set responsible demon for HID ## Type: list("/usr/bin/hidd","") ## Default: "/usr/bin/hidd" ## ServiceRestart: bluetooth HID_DAEMON="/usr/bin/hidd" ## Path: Hardware/Bluetooth ## Description: Arguments for hid-demon start ## Type: list("--server", "") ## Default: "--server" ## ServiceRestart: bluetooth HID_DAEMON_ARGS="--server" ############ HID2HCI ## Path: Hardware/Bluetooth ## Description: Start HID to HCI mode switching utility ## Type: yesno ## Default: no ## ServiceRestart: bluetooth HID2HCI_START="yes" ## Path: Hardware/Bluetooth ## Description: Set responsible utility for HID to HCI mode switching ## Type: list("/usr/bin/hidd","") ## Default: "/usr/sbin/hid2hci" ## ServiceRestart: bluetooth HID2HCI_DAEMON="/usr/sbin/hid2hci" ## Path: Hardware/Bluetooth ## Description: Arguments for RHID to HCI mode switching utility ## Type: list("--tohci", "") ## Default: "--tohci" ## ServiceRestart: bluetooth HID2HCI_DAEMON_ARGS="--tohid "