NAME
rfcomm - RFCOMM configuration utility
SYNOPSIS
rfcomm [ options ] < command > < dev >
DESCRIPTION
rfcomm is used to set up, maintain, and inspect the RFCOMM configuration of the Bluetooth subsystem in the Linux kernel. If no command is given, or if the option -a is used, rfcomm prints information about the configured RFCOMM devices.
OPTIONS
-h Gives a list of possible commands. -a Prints information about all configured RFCOMM devices. -r Switch TTY into raw mode (doesn't work with "bind"). -i <hciX> | <bdaddr> The command is applied to device hciX, which must be the name or the address of an installed Bluetooth device. If not specified, the command will be use the first available Bluetooth device. -A Enable authentification -E Enable encryption -S Secure connection -M Become the master of a piconet -L <seconds> Set linger timeout
COMMANDS
show <dev> Display the information about the specified device. connect <dev> [bdaddr] [channel] Connect the RFCOMM device to the remote Bluetooth device on the specified channel. If no channel is specified, it will use the channel number 1. This command can be terminated with the key sequence CTRL-C. listen <dev> [channel] [cmd] Listen on a specified RFCOMM channel for incoming connections. If no channel is specified, it will use the channel number 1, but a channel must be specified before cmd. If cmd is given, it will be executed as soon as a client connects. When the child process terminates or the client disconnect, the command will terminate. Occurrences of {} in cmd will be replaced by the name of the device used by the connection. This command can be terminated with the key sequence CTRL-C. watch <dev> [channel] [cmd] Watch is identical to listen except that when the child process terminates or the client disconnect, the command will restart listening with the same parameters. bind <dev> [bdaddr] [channel] This binds the RFCOMM device to a remote Bluetooth device. The command does not establish a connection to the remote device, it 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. release <dev> This command releases a defined RFCOMM binding. If all is specified for the RFCOMM device, then all bindings will be removed.
AUTHOR
Written by Marcel Holtmann <marcel@holtmann.org>. APRIL 28, 2002 RFCOMM(1)
More Linux Commands
manpages/perlclib.1.html
perlclib(1) - Internal replacements for standard C library f
One thing Perl porters should note is that perl doesnt tend to use that much of the C standard library internally; youll see very little use of, for example, th
manpages/faccessat.2.html
faccessat(2) - check user's permissions of a file relative t
access() checks whether the calling process can access the file pathname. If pathname is a symbolic link, it is dereferenced. The mode specifies the accessibili
manpages/binfmt.d.5.html
binfmt.d(5) - Configure additional binary formats at boot...
At boot, systemd-binfmt.service(8) reads configuration files from the above directories to register in the kernel additional binary formats for executables. CON
manpages/execv.3.html
execv(3) - execute a file (Library - Linux man page)........
The exec() family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for execv
manpages/ooweb.1.html
ooweb(1) - LibreOffice office suite - Linux manual page.....
LibreOffice (LO for short) is a multi-platform office productivity suite. It was derived from OpenOffice.org 3.3 Beta on September 28, 2010. libreoffice is a sh
manpages/PC.3ncurses.html
PC(3ncurses) - direct curses interface to the terminfo capab
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the
manpages/frexpf.3.html
frexpf(3) - convert floating-point number to fractional and
The frexp() function is used to split the number x into a normalized fraction and an exponent which is stored in exp. RETURN VALUE The frexp() function returns
manpages/gdb.1.html
gdb(1) - The GNU Debugger (Commands - Linux manual page)....
The purpose of a debugger such as GDB is to allow you to see what is going on inside another program while it executes -- or what another program was doing at t
manpages/XLoadFont.3.html
XLoadFont(3) - load or unload fonts and font metric structur
The XLoadFont function loads the specified font and returns its associated font ID. If the font name is not in the Host Portable Character Encoding, the result
manpages/Tcl_SetChannelBufferSize.3.html
Tcl_SetChannelBufferSize(3) - procedures for creating and ma
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for
manpages/view.1.html
view(1) - Vi IMproved, a programmers text editor (Man Page)
Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a
manpages/feraiseexcept.3.html
feraiseexcept(3) - floating-point rounding and exception han
These eleven functions were defined in C99, and describe the handling of floating-point rounding and exceptions (overflow, zero-divide, etc.). Exceptions The di
