From 9d6d2bae4f2598f97863568b327e4b57ae8db0bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 15 Apr 2003 19:30:47 +0000 Subject: Update of the man page --- rfcomm/rfcomm.1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'rfcomm') diff --git a/rfcomm/rfcomm.1 b/rfcomm/rfcomm.1 index 0a0f48a0..4085e5ec 100644 --- a/rfcomm/rfcomm.1 +++ b/rfcomm/rfcomm.1 @@ -72,11 +72,25 @@ This command can be terminated with the key sequence CTRL-C. .BI bind " [bdaddr] [channel]" This binds the RFCOMM device to a remote Bluetooth device. The command did not establish a connection to the remote device, it -only creates the binding. The connection will be establish right -after an application tries to open the RFCOMM device. +only creates the binding. The connection will be established right +after an application tries to open the RFCOMM device. If no channel +number is specified, it uses the channel number 1. If the Bluetooth +address is also left out, it tries to read the data from the config +file. + +If +.B all +is specified for the RFCOMM device, then all devices that have +.B "bind yes" +set in the config will be bound. .TP .BI release " " This command releases a defined RFCOMM binding. + +If +.B all +is specified for the RFCOMM device, then all bindings will be removed. +This command didn't care about the settings in the config file. .SH AUTHOR Written by Marcel Holtmann . .br -- cgit