1CIPTOOL(1) Linux System Administration CIPTOOL(1)
2
3
4
6 ciptool - Bluetooth Common ISDN Access Profile (CIP)
7
9 ciptool [OPTIONS] COMMANDS
10
12 ciptool(1) is used to set up, maintain, and inspect the CIP configura‐
13 tion of the Bluetooth subsystem in the Linux kernel.
14
16 -i <hciX|BDADDR>
17 The command is applied to device hciX , which must be the name
18 or the address of an installed Bluetooth device.
19
20 If not specified, the command will be use the first available
21 Bluetooth device.
22
23 -h, --help
24 Show help options
25
27 show Display information about the connected devices.
28
29 search Search for Bluetooth devices and connect to first one that of‐
30 fers CIP support.
31
32 connect <BDADDR> [PSM]
33 Connect the local device to the remote Bluetooth device on the
34 specified PSM number. If no PSM is specified, it will use the
35 SDP to retrieve it from the remote device.
36
37 release [BDADDR]
38 Release a connection to the specific device. If no BDADDR is
39 given and only one device is connected this will be released.
40
41 loopback <BDADDR> [PSM]
42 Create a connection to the remote device for Bluetooth testing.
43 This command will not provide a CAPI controller, because it is
44 only for testing the CAPI Message Transport Protocol.
45
47 http://www.bluez.org
48
50 linux-bluetooth@vger.kernel.org
51
53 Marcel Holtmann <marcel@holtmann.org>
54
56 Free use of this software is granted under ther terms of the GNU Lesser
57 General Public Licenses (LGPL).
58
59
60
61
62BlueZ June 3, 2003 CIPTOOL(1)