[packages] bluez-utils: Add configuration and init scripts for hci serial devices
[openwrt/svn-archive/archive.git] / utils / bluez-utils / files / bluetooth.conf
1 config hcid
2 # option config /etc/bluetooth/hcid.conf
3 option enabled 1
4
5 config hciattach
6 option initspeed 115200
7 option tty ttyS1
8 option type csr
9 option speed 115200
10 option flow noflow
11 option enabled 0
12
13 config rfcomm
14 # option config /etc/bluetooth/rfcomm.conf
15 option enabled 0
16
17 config dund
18 option listen true
19 option persist true
20 option msdun true
21 option interface dund
22 option unit 1
23 option pppdopts "ktune proxyarp 192.168.1.1:192.168.1.2 ms-dns 192.168.1.1"
24 option enabled 0
25
26 config pand
27 option listen true
28 option autozap true
29 option role "NAP"
30 option master true
31 option persist true
32 option enabled 0