summaryrefslogtreecommitdiffstats
path: root/rfcomm/rfcomm.conf
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-10-07 05:58:18 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-10-07 05:58:18 +0000
commit6728b0dbbfba17d6d41c46aa4cadb52945070771 (patch)
treed3c4f9f4a8ab6521df036b1435cc9681adc9ef54 /rfcomm/rfcomm.conf
parent8c6e7af8ac997ce101009569e3bdaee231e8fb12 (diff)
Add RFCOMM TTY configuration tool.
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";
+}