~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to tools/ciptool.1

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\"     This program is free software; you can redistribute it and/or modify
 
3
.\"     it under the terms of the GNU General Public License as published by
 
4
.\"     the Free Software Foundation; either version 2 of the License, or
 
5
.\"     (at your option) any later version.
 
6
.\"
 
7
.\"     This program is distributed in the hope that it will be useful,
 
8
.\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
.\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
.\"     GNU General Public License for more details.
 
11
.\"
 
12
.\"     You should have received a copy of the GNU General Public License
 
13
.\"     along with this program; if not, write to the Free Software
 
14
.\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
15
.\"
 
16
.\"
 
17
.TH CIPTOOL 1 "JUNE 6, 2003" "" ""
 
18
 
 
19
.SH NAME
 
20
ciptool \- Bluetooth Common ISDN Access Profile (CIP)
 
21
.SH SYNOPSIS
 
22
.BR "ciptool
 
23
[
 
24
.I options
 
25
] <
 
26
.I command
 
27
>
 
28
.SH DESCRIPTION
 
29
.B ciptool
 
30
is used to set up, maintain, and inspect the CIP configuration
 
31
of the Bluetooth subsystem in the Linux kernel.
 
32
.SH OPTIONS
 
33
.TP
 
34
.BI -h
 
35
Gives a list of possible commands.
 
36
.TP
 
37
.BI -i " <hciX> | <bdaddr>"
 
38
The command is applied to device
 
39
.I
 
40
hciX
 
41
, which must be the name or the address of an installed Bluetooth
 
42
device. If not specified, the command will be use the first
 
43
available Bluetooth device.
 
44
.SH COMMANDS
 
45
.TP
 
46
.BI show
 
47
Display information about the connected devices.
 
48
.TP
 
49
.BI search
 
50
Search for Bluetooth devices and connect to first one that
 
51
offers CIP support.
 
52
.TP
 
53
.BI connect " <bdaddr> [psm]"
 
54
Connect the local device to the remote Bluetooth device on the
 
55
specified PSM number. If no PSM is specified, it will use the
 
56
SDP to retrieve it from the remote device.
 
57
.TP 
 
58
.BI release " [bdaddr]"
 
59
Release a connection to the specific device. If no address is
 
60
given and only one device is connected this will be released.
 
61
.TP 
 
62
.BI loopback " <bdaddr> [psm]" 
 
63
Create a connection to the remote device for Bluetooth testing.
 
64
This command will not provide a CAPI controller, because it is
 
65
only for testing the CAPI Message Transport Protocol.
 
66
.SH AUTHOR
 
67
Written by Marcel Holtmann <marcel@holtmann.org>.
 
68
.br