##-----------------------------------------------------------------------------
## bluez.txt - fli4l configuration parameters                         2.1.7
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     10.10.2004  chb
## Last Update:  $Id: bluetooth.txt,v 0.06 2004/10/10 20:02:15 christian
##
## Copyright (c) 2003 Christian Brggemann <christian.brueggemann@web.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# General settings:
#------------------------------------------------------------------------------
OPT_BLUEZ='no'		        # Please read the docu carefully!!!
BLUEZ_ESSID='bluetooth'		# ESSID - Network Name
BLUEZ_PIN='key eintragen'	# the pin for remote connections
BLUEZ_PIN_SAVE_KEY='no'		# save the keys for pairing 
BLUEZ_PIN_SAVE_KEY_PATH='/boot'	# the path for saving, MUST mount rw
BLUEZ_AUTH_ENABLE='yes'  	# enable authentification - for DUN set to no, for PAN to yes
BLUEZ_ENCRYPTION_ENABLE='yes'	# enable encryption       - for DUN set to no, for PAN to yes

BLUEZ_WEBVIEW='yes'		# enable the WebView (MiniHTTP is required!)

#------------------------------------------------------------------------------
# BlueZ drivers:
#
#  Driver       Bus     Description
#
#  bfusb        USB     BlueFritz (AVM) - experimental support for firmware load by hotplug, Please give some feedback!!
#  hci_usb      USB     "normal" Bluetooth USB Stick
#  hci_uart     PCMCIA  Device with serial port interface, PCMCIA or CF 
#  bluecard_cs	PCMCIA	Anycom Bluetooth PC / CF Card
#  bt3c_cs	PCMCIA	3Com Bluetooth Card (3CRWB6096), HP Bluetooth Card - need's BlueFW
#  btuart_cs	PCMCIA	Xircomm CreditCard / RealPort2 Bluetooth Adapter, Sphinx PICO Card, H-Soft blue+Card, Cyber-blue Compact Flash Card
#  dtl1_cs	PCMCIA	Nokia Bluetooth Card, Socket Bluetooth CF Card     
#
#  Attention: due to limit access (like 'no') to PCMCIA-Adapters, they will not to be work.
#  The required files are in opt/etc/pcmcia - place them to your router by yourself - if you
#  have a patch for the package, feel free to send me them :-)
#
#------------------------------------------------------------------------------
BLUEZ_DRV_N='1'                   # number of bluez drivers to load, usually 1
BLUEZ_DRV_1='hci_usb'             # 1st driver: name

#------------------------------------------------------------------------------
# BlueZ Modules:
#
#  Module	Description
#
#  sco		voice transport over bluetooth, for voice appl. like headset and audio
#  bnep		ethernet emulation, required for PAN (Personal Area Network)		
#  cmtp     	transport layer for CAPI, for Common ISDN Access Profile
#  rfcomm    	connection oriented stream support, for dialup, OBEX and many more
#------------------------------------------------------------------------------
BLUEZ_MODULE_N='1'
BLUEZ_MODULE_1='bnep'                   # for DUN set to rfcomm, for PAN to bnep

#-------------------------------------------------------------------------------
# bluetooth DUN options - Dial-Up Network, the router act as dial-in connection, 
# usefull for PALM's with BT, because they are not PAN enabled 
# Requires: OPT_PPP
#-------------------------------------------------------------------------------
BLUEZ_DUN='no'				# enable DUND - needed for the connection PALM/BT
BLUEZ_DUN_LOCAL_IP='192.168.2.1'	# IP of the local BT-Adapter
BLUEZ_DUN_REMOTE_IP='192.168.2.2'	# IP of the connected device
BLUEZ_DUN_DNS_IP='192.168.1.100'	# DNS for the remote device (if DNS enabled, use the IP of your fli4l-system)

#------------------------------------------------------------------------------
# bluetooth PAN options - in NAP mode (Network Access Point)
#------------------------------------------------------------------------------
BLUEZ_PAN='no'				# configure the bluez-pan (personal area network)
BLUEZ_PAN_OPTION='-s -r NAP -M -E -P /var/run/pand.pid' # options for the pan-daemon
					# before you change, read the docu carefully!!!

BLUEZ_PAN_BRIDGE_DEVICE='br0'		# the bridge device where PAN bind on
BLUEZ_PAN_BRIDGE_DEVICE_PRIO='128'	# Priotity of the PAN Interface (optional)
BLUEZ_PAN_BRIDGE_DEVICE_COST='100'	# Port-Traffic-Cost (optional)

#------------------------------------------------------------------------------
# all bluetooth-application's
#------------------------------------------------------------------------------
BLUEZ_ALL='no'				# install all bluetooth-application's

