1CIPTOOL(1) CIPTOOL(1)
2
3
4
6 ciptool - Bluetooth Common ISDN Access Profile (CIP)
7
9 ciptool [ options ] < command >
10
12 ciptool is used to set up, maintain, and inspect the CIP configuration
13 of the Bluetooth subsystem in the Linux kernel.
14
16 -h Gives a list of possible commands.
17
18 -i <hciX> | <bdaddr>
19 The command is applied to device hciX , which must be the name
20 or the address of an installed Bluetooth device. If not speciā
21 fied, the command will be use the first available Bluetooth
22 device.
23
25 show Display information about the connected devices.
26
27 search Search for Bluetooth devices and connect to first one that
28 offers CIP support.
29
30 connect <bdaddr> [psm]
31 Connect the local device to the remote Bluetooth device on the
32 specified PSM number. If no PSM is specified, it will use the
33 SDP to retrieve it from the remote device.
34
35 release [bdaddr]
36 Release a connection to the specific device. If no address is
37 given and only one device is connected this will be released.
38
39 loopback <bdaddr> [psm]
40 Create a connection to the remote device for Bluetooth testing.
41 This command will not provide a CAPI controller, because it is
42 only for testing the CAPI Message Transport Protocol.
43
45 Written by Marcel Holtmann <marcel@holtmann.org>.
46
47
48
49 JUNE 6, 2003 CIPTOOL(1)