File bluetooth.sysconfig of Package bluez

############ 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:     yes
## ServiceRestart: bluetooth

START_SERVICES=yes

############ HCID

## Path:        Hardware/Bluetooth
## Description: Start the daemon for managing Bluetooth devices
## Type:        yesno
## Default:     yes
## ServiceRestart: bluetooth
DAEMON_ENABLE=yes

## Path:        Hardware/Bluetooth
## Description: Set responsible daemon for managing Bluetooth devices
## Type:        list("/usr/sbin/bluetoothd","")
## Default:     "/usr/sbin/bluetoothd"
## ServiceRestart: bluetooth
DAEMON_EXEC="/usr/sbin/bluetoothd"

## Path:        Hardware/Bluetooth
## Description: Arguments for hci-demon
## Type:	string("")
## Default:     ""
## ServiceRestart: bluetooth

DAEMON_ARGS=""


############ RFCOMM

## Path:        Hardware/Bluetooth
## Description: Start rfcomm service
## Type:        yesno
## Default:     no
## ServiceRestart: bluetooth
RFCOMM_ENABLE="yes"

## Path:        Hardware/Bluetooth
## Description: Set responsible service for rfcomm
## Type:        list("/usr/bin/rfcomm","")
## Default:     "/usr/bin/rfcomm"
## ServiceRestart: bluetooth
RFCOMM_EXEC="/usr/bin/rfcomm"

## Path:        Hardware/Bluetooth
## Description: Arguments for rfcomm service
## Type:        list("-f /etc/bluetooth/rfcomm.conf bind all","")
## Default:     "-f /etc/bluetooth/rfcomm.conf bind all"
## ServiceRestart: bluetooth
RFCOMM_ARGS="-f /etc/bluetooth/rfcomm.conf bind all"


############ PAND

## Path:        Hardware/Bluetooth
## Description: Start daemon for Personal Area Network 
## Type:        yesno
## Default:     no
## ServiceRestart: bluetooth
PAND_ENABLE="no"

## Path:        Hardware/Bluetooth
## Description: Set responsible demon for Personal Area Network 
## Type:        list("/usr/bin/pand","")
## Default:     "/usr/bin/pand"
## ServiceRestart: bluetooth
PAND_EXEC="/usr/bin/pand"

## Path:        Hardware/Bluetooth
## Description: Arguments for pan-demon start
## Type:        list("--listen --role NAP")
## Default:     "--listen --role NAP"
## ServiceRestart: bluetooth
PAND_ARGS="--listen --role NAP"


############ DUND

## Path:        Hardware/Bluetooth
## Description: Start responsible demon for LAN Access over PPP
## Type:        yesno
## Default:     no
## ServiceRestart: bluetooth
DUND_ENABLE="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_EXEC="/usr/bin/dund"

## Path:        Hardware/Bluetooth
## Description: Arguments for dun-demon start
## Type:        list("--listen --persist")
## Default:     "--listen --persist"
## ServiceRestart: bluetooth
DUND_ARGS="--listen --persist"

############ HID2HCI

## Path:        Hardware/Bluetooth
## Description: Start HID to HCI mode switching utility
## Type:        yesno
## Default:     yes
## ServiceRestart: bluetooth
HID2HCI_ENABLE="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_EXEC="/usr/sbin/hid2hci"

## Path:        Hardware/Bluetooth
## Description: Arguments for RHID to HCI mode switching utility
## Type:        list("--tohci", "")
## Default:     "--tohci"
## ServiceRestart: bluetooth
HID2HCI_ARGS="--tohci "


openSUSE Build Service is sponsored by