summaryrefslogtreecommitdiffstats
path: root/rfcomm/rfcomm.conf
blob: d5e81ed12c074f141352d3bda41e320fa63005b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# RFCOMM configuration file.
#

rfcomm0 {
	# Automatically bind the device at startup
	bind no;

	# Bluetooth address of the device
	device 11:22:33:44:55:66;

	# RFCOMM channel for the connection
	channel	1;

	# Description of the connection
	comment "Example Bluetooth device";
}