blob: e9129224ff27e1b51324818bcda2590ff446a2f3 (
plain)
1
2
3
4
5
6
7
8
|
# Set to 1 to enable bluetooth daemon
BLUETOOTH_ENABLED=0
# Use the following to setup bluetooth usability
BLUETOOTHCTL_CMD="power on\ndiscoverable on\npairable on\n"
#Compatilitity mode
#MOREOPTIONS="-C"
|