-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathbluedivingNG_bsd.conf
47 lines (36 loc) · 1.41 KB
/
bluedivingNG_bsd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" ?>
<!--
BluedivingNG config file
-->
<config>
<!-- Device -->
<device>ubt0</device>
<!-- Where to keep logs? -->
<logdir>/var/log/bluediving/</logdir>
<logfile>main.log</logfile>
<!-- Play sounds? 1 == true / 0 == false -->
<play_sound>1</play_sound>
<!-- My WAV file -->
<sound_file>sounds/explosion.wav</sound_file>
<!-- My nasty vcard -->
<vcard>vcards/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.vcf</vcard>
<!-- The default channel -->
<channel>17</channel>
<!-- Default device name -->
<device_name>phone of doom</device_name>
<!-- Default device type (phone|laptop) -->
<device_type>phone</device_type>
<!-- Should the device be visible? 1 == true / 0 == false -->
<device_visibility>0</device_visibility>
<!-- Where to find the tools -->
<rcbluetooth>/etc/rc.bluetooth</rcbluetooth>
<hccontrol>/usr/sbin/hccontrol</hccontrol>
<sdpcontrol>/usr/sbin/sdpcontrol</sdpcontrol>
<l2ping>/usr/sbin/l2ping</l2ping>
<rfcomm_sppd>/usr/bin/rfcomm_sppd</rfcomm_sppd>
<rfcomm_shell>tools/rfcomm_shell</rfcomm_shell>
<obexapp>/usr/local/bin/obexapp</obexapp> <!-- install -->
<attest>tools/attest</attest>
<atshell>tools/atshell</atshell>
<play>/usr/local/bin/play</play> <!-- install -->
</config>