summaryrefslogtreecommitdiff
path: root/tools/rfcomm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfcomm.conf')
-rw-r--r--tools/rfcomm.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/rfcomm.conf b/tools/rfcomm.conf
new file mode 100644
index 0000000..6179ef7
--- /dev/null
+++ b/tools/rfcomm.conf
@@ -0,0 +1,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";
+#}