# /etc/sysconfig/bluetooth.J # For jimc's hacked Bluetooth startup script. ## Path: Hardware/Bluetooth ## Description: Whether Bluetooth profile daemons should be started when hotplug detects a Bluetooth dongle. ## Type: yesno ## Default: yes ## 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="yes" ## Path: Hardware/Bluetooth ## Description: These daemons will be started if not already running. Basenames or full paths may be given. ## Type: list(hcid sdpd opd pand dund hidd a2dpd) ## Default: "hcid sdp" ## ServiceRestart: bluetooth # Required: hcid sdpd # Formerly a2dpd was in this list but it is now started by the user for proper # sync with the sound proxy (esd or PulseAudio). BLUE_DAEMONS="hcid sdpd hidd" ## Path: Hardware/Bluetooth ## Description: These programs are run on every dongle insertion. Basenames or full paths may be given. ## Type: list ## Default: "" ## ServiceRestart: bluetooth # Possibilities: rfcomm hid2hci BLUE_UTILS="" # For each daemon or util you may specify its arguments as DAEMON_ARGS_$name # where the name is the program's basename, authentic (lower) case. ## Path: Hardware/Bluetooth ## Description: Arguments for hci-demon ## Type: list("-f /etc/bluetooth/hcid.conf") ## Default: "-f /etc/bluetooth/hcid.conf" ## ServiceRestart: bluetooth DAEMON_ARGS_hcid=" -f /etc/bluetooth/hcid.conf" ## 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 DAEMON_ARGS_opd="--mode OBEX --channel 10 --sdp --daemonize --path /var/lib/bluetooth/opd" ## 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 DAEMON_ARGS_rfcomm="-f /etc/bluetooth/rfcomm.conf bind all" ## Path: Hardware/Bluetooth ## Description: Arguments for pan-demon start ## Type: list("--listen --role NAP") ## Default: "--listen --role NAP" ## ServiceRestart: bluetooth DAEMON_ARGS_pand="--listen --role NAP" ## Path: Hardware/Bluetooth ## Description: Arguments for dun-demon start ## Type: list("--listen --persist") ## Default: "--listen --persist" ## ServiceRestart: bluetooth DAEMON_ARGS_dund="--listen --persist" ## Path: Hardware/Bluetooth ## Description: Arguments for hid-demon start ## Type: list("--server", "") ## Default: "--server" ## ServiceRestart: bluetooth DAEMON_ARGS_hidd="--server" ## Path: Hardware/Bluetooth ## Description: Arguments for RHID to HCI mode switching utility ## Type: list("--tohci", "") ## Default: "--tohci" ## ServiceRestart: bluetooth DAEMON_ARGS_hid2hci="--tohci " ## Path: Hardware/Bluetooth ## Description: Arguments for a2dp (stereo audio) daemon ## Type: list ## Default: "-d" ## ServiceRestart: bluetooth DAEMON_ARGS_a2dpd="-d -f /home/jimc/.a2dprc -l /tmp/a2dpd.log" ## Path: Hardware/Bluetooth ## Description: Run the a2dpd daemon as this user ## Type: string ## Default: "" ## ServiceRestart: bluetooth RUN_AS_a2dpd="jimc" ## Path: Hardware/Bluetooth ## Description: Set to "echo" for debugging ## Type: string("echo") ## Default: "" OPT_N=""