summaryrefslogtreecommitdiffstats
path: root/rfcomm/rfcomm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rfcomm/rfcomm.conf')
-rw-r--r--rfcomm/rfcomm.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/rfcomm/rfcomm.conf b/rfcomm/rfcomm.conf
new file mode 100644
index 00000000..c1b10cd5
--- /dev/null
+++ b/rfcomm/rfcomm.conf
@@ -0,0 +1,19 @@
+#
+# RFCOMM configuration file.
+#
+# $Id$
+#
+
+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";
+}