1 .\" $NetBSD: sdpquery.1,v 1.8 2007/02/17 09:39:11 wiz Exp $
3 .\" Copyright (c) 2006 Itronix Inc.
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. The name of Itronix Inc. may not be used to endorse
15 .\" or promote products derived from this software without specific
16 .\" prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ITRONIX INC. BE LIABLE FOR ANY
22 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 .\" ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
30 .\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
31 .\" All rights reserved.
33 .\" Redistribution and use in source and binary forms, with or without
34 .\" modification, are permitted provided that the following conditions
36 .\" 1. Redistributions of source code must retain the above copyright
37 .\" notice, this list of conditions and the following disclaimer.
38 .\" 2. Redistributions in binary form must reproduce the above copyright
39 .\" notice, this list of conditions and the following disclaimer in the
40 .\" documentation and/or other materials provided with the distribution.
42 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
43 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
45 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
46 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54 .\" $FreeBSD: src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8,v 1.6 2005/07/09 19:04:43 markus Exp $
78 utility attempts to query the specified Service Discovery Protocol
80 Remote SDP servers are identified by their address.
81 Connection to the local SDP server is made via the control socket.
84 utility uses Service Search Attribute Requests and prints results to
85 standard output and error messages to standard error.
87 The options are as follows:
88 .Bl -tag -width ".Fl a Ar address"
90 Connect to the remote device with the specified address.
91 The address can be specified as BD_ADDR or a name.
92 If a name was specified, the
94 utility attempts to resolve the name via
95 .Xr bt_gethostbyname 3 .
96 If no remote address is given,
98 attempts to contact a local SDP server via the control socket.
100 Specify path to the control socket.
104 Connect from the local device with the specified address.
105 The device can be specified by BD_ADDR or device name.
108 for a list of devices available.
109 If no device is specified, the
111 utility will use the best available.
113 Query the local SDP server via the control socket.
115 Display usage message and exit.
118 The currently supported commands in
122 .Bl -tag -width ".Cm search Ar service" -compact
123 .It Cm Browse Op Ar group
127 parameter is a 16-bit UUID of the group to browse.
128 If omitted, the Public Browse Group. is used.
130 .It Cm Search Ar service
135 parameter is a 16-bit UUID of the service to search for.
136 For the following services it is possible to use service name
137 instead of service UUID:
139 .Bl -tag -compact -width "OPUSH"
153 Human Interface Device
165 Personal Area Networking User
180 command first appeared in
186 under its present name by
188 under the sponsorship of Itronix, Inc and imported into
192 .An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
199 utility only requests the following attributes from the SDP server:
201 .Bl -enum -offset indent -compact
203 Service Record Handle
205 Service Class ID List
207 Protocol Descriptor List
209 Bluetooth Profile Descriptor List