Linux Commands Examples

A great documentation place for Linux commands

ciptool

Bluetooth Common ISDN Access Profile (CIP)

Synopsis

ciptool [ options ] < command >


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
cp $PKG_BUILD/tools/ciptool $INSTALL/usr/bin
cp $PKG_BUILD/tools/hciattach $INSTALL/usr/bin
cp $PKG_BUILD/tools/hciconfig $INSTALL/usr/bin
0
source
            
cp $PKG_BUILD/tools/ciptool $INSTALL/usr/bin
cp $PKG_BUILD/tools/dfutool $INSTALL/usr/bin
cp $PKG_BUILD/tools/hcitool $INSTALL/usr/bin
0
source
            
strip_install all .install/usr/bin $ROOTFS_IMAGE_DIR/usr/bin ciptool dund hcitool l2ping pand rfcomm sdptool
strip_install all .install/usr/sbin $ROOTFS_IMAGE_DIR/usr/sbin hciattach hciconfig hcid
0
source
            
strip_install all .install/usr/bin $ROOTFS_IMAGE_DIR/usr/bin ciptool dund hcitool l2ping pand rfcomm sdptool
strip_install all .install/usr/sbin $ROOTFS_IMAGE_DIR/usr/sbin hciattach hciconfig hcid

description

ciptool is used to set up, maintain, and inspect the CIP configuration of the Bluetooth subsystem in the Linux kernel.

options

-h

Gives a list of possible commands.

-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.

commands

show

Display information about the connected devices.

search

Search for Bluetooth devices and connect to first one that offers CIP support.

connect <bdaddr> [psm]

Connect the local device to the remote Bluetooth device on the specified PSM number. If no PSM is specified, it will use the SDP to retrieve it from the remote device.

release [bdaddr]

Release a connection to the specific device. If no address is given and only one device is connected this will be released.

loopback <bdaddr> [psm]

Create a connection to the remote device for Bluetooth testing. This command will not provide a CAPI controller, because it is only for testing the CAPI Message Transport Protocol.


author

Written by Marcel Holtmann <marcel[:at:]holtmann[:dot:]org>.

How can this site be more helpful to YOU ?


give  feedback