# Bluetooth configuration file

# Enable bluetooth
BLUETOOTH=true

# Define default passkey
PASSKEY=0000

# Required for all bluetooth applications
HCID_ENABLE=true

# Required for bluetooth audio
AUDIO_ENABLE=true
#HEADSET_BTMAC=00:15:83:04:f3:4f
A2DP_BTMAC=00:15:83:04:f3:4f

# Required for bluetooth HID devices (keyboard, phone, etc.)
#HIDD_ENABLE=false
#HIDD_SERVER=true						# start HID server 
#HIDD_SEARCH=true						# search for remote HID devices at startup
#HIDD_CONNECT=true						# connect to remote HID device at startup
#HIDD_CONNECT_BTMAC=						# bluetooth MAC of remote HID device
#HIDD_SWITCH2MASTER=true					# switch to master role on incoming HID connection

# Required for bluetooth networking
PAND_ENABLE=false
LOCAL_ROLE=PANU						 	# available options: PANU, GN
REMOTE_SERVICE=GN				 		# remote PAN services to connect to
PAND_SEARCH=							# search and connect remote PAN services at startup
PAND_LISTEN=							# listen for incoming connections on startup
PAND_CONNECT=true						# connect to remote PAN device at startup
PAND_CONNECT_BTMAC=00:02:5b:0a:58:da				# bluetooth MAC of remote PAN device
LINK_ENCRYPTION=true						# encrypt PAN communications
#SECURE_CONNECTION=true						# require pairing for PAN connections
#PAND_SWITCH2MASTER=true					# switch to master role on incoming PAN connection
INTERFACE=bnep0							# don't modify
IP=""								# set to "" to use dhcp
NETMASK=""

# Usually only lirc bte and bluemobile drivers need these. BT MAC must be specified, channel and comment are optional
RFCOMM_ENABLE=true
RFCOMM_DEVICE_BTMAC=00:0d:41:1a:c3:5b
RFCOMM_DEVICE_CHANNEL=1						# specify serial service channel of remote device
RFCOMM_DEVICE_COMMENT=S68
