packages/utils/bluez-utils/files/bluetooth.conf
hcg 5940c73d10 [packages] bluez-utils: Add configuration and init scripts for hci serial devices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 08:36:08 +00:00

33 lines
623 B
Plaintext

config hcid
# option config /etc/bluetooth/hcid.conf
option enabled 1
config hciattach
option initspeed 115200
option tty ttyS1
option type csr
option speed 115200
option flow noflow
option enabled 0
config rfcomm
# option config /etc/bluetooth/rfcomm.conf
option enabled 0
config dund
option listen true
option persist true
option msdun true
option interface dund
option unit 1
option pppdopts "ktune proxyarp 192.168.1.1:192.168.1.2 ms-dns 192.168.1.1"
option enabled 0
config pand
option listen true
option autozap true
option role "NAP"
option master true
option persist true
option enabled 0