Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bccmd(8) [suse man page]

BCCMD(8)						    Linux System Administration 						  BCCMD(8)

NAME
bccmd - Utility for the CSR BCCMD interface SYNOPSIS
bccmd bccmd [-t <transport>] [-d <device>] <command> [<args>] bccmd [-h --help] DESCRIPTION
bccmd issues BlueCore commands to Cambridge Silicon Radio devices. If run without the <command> argument, a short help page will be dis- played. OPTIONS
-t <transport> Specify the communication transport. Valid options are: HCI Local device with Host Controller Interface (default). USB Direct USB connection. BCSP Blue Core Serial Protocol. H4 H4 serial protocol. 3WIRE 3WIRE protocol (not implemented). -d <dev> Specify a particular device to operate on. If not specified, default is the first available HCI device or /dev/ttyS0 for serial transports. COMMANDS
builddef Get build definitions keylen <handle> Get current crypt key length clock Get local Bluetooth clock rand Get random number chiprev Get chip revision buildname Get the full build name panicarg Get panic code argument faultarg Get fault code argument coldreset Perform cold reset warmreset Perform warm reset disabletx Disable TX on the device enabletx Enable TX on the device singlechan <channel> Lock radio on specific channel hoppingon Revert to channel hopping rttxdata1 <decimal freq MHz> <level> TXData1 radio test radiotest <decimal freq MHz> <level> <id> Run radio tests, tests 4, 6 and 7 are transmit tests memtypes Get memory types psget [-r] [-s <stores>] <key> Get value for PS key. -r sends a warm reset afterwards psset [-r] [-s <stores>] <key> <value> Set value for PS key. -r sends a warm reset afterwards psclr [-r] [-s <stores>] <key> Clear value for PS key. -r sends a warm reset afterwards pslist [-r] [-s <stores>] List all PS keys. -r sends a warm reset afterwards psread [-r] [-s <stores>] Read all PS keys. -r sends a warm reset afterwards psload [-r] [-s <stores>] <file> Load all PS keys from PSR file. -r sends a warm reset afterwards pscheck [-r] [-s <stores>] <file> Check syntax of PSR file. -r sends a warm reset afterwards KEYS
bdaddr country devclass keymin keymax features commands version remver hciextn mapsco baudrate hostintf anafreq anaftrim usbvid usbpid dfupid bootmode AUTHORS
Written by Marcel Holtmann <marcel@holtmann.org>, man page by Adam Laurie <adam@algroup.co.uk> BlueZ Jun 20 2006 BCCMD(8)

Check Out this Related Man Page

RFCOMM(1)																 RFCOMM(1)

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"). -f <file> Specify alternate config file. -i <hciX> | <bdaddr> The command is applied to device -A Enable authentication. -E Enable encryption. -S Secure connection. -M Become the master of a piconet. 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 chan- nel number 1. If also the Bluetooth address is left out, it tries to read the data from the config file. This command can be termi- nated 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 ter- minates or the client disconnect, the command will terminate. Occurences 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 lis- tening with the same parameters. bind <dev> [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 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 all is specified for the RFCOMM device, then all devices that have bind yes set in the config will be bound. release <dev> This command releases a defined RFCOMM binding. If 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. AUTHOR
Written by Marcel Holtmann <marcel@holtmann.org>. APRIL 28, 2002 RFCOMM(1)
Man Page