Deleted Added
full compact
sdpcontrol.8 (130420) sdpcontrol.8 (133178)
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: sdpcontrol.8,v 1.1 2003/09/08 02:27:27 max Exp $
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: sdpcontrol.8,v 1.1 2003/09/08 02:27:27 max Exp $
26.\" $FreeBSD: head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 130420 2004-06-13 18:03:44Z ru $
26.\" $FreeBSD: head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 133178 2004-08-05 16:32:41Z emax $
27.\"
28.Dd September 7, 2003
29.Dt SDPCONTROL 8
30.Os
31.Sh NAME
32.Nm spdcontrol
33.Nd SDP query utility
34.Sh SYNOPSIS
35.Nm
36.Fl h
37.Nm
27.\"
28.Dd September 7, 2003
29.Dt SDPCONTROL 8
30.Os
31.Sh NAME
32.Nm spdcontrol
33.Nd SDP query utility
34.Sh SYNOPSIS
35.Nm
36.Fl h
37.Nm
38.Fl a Ar BD_ADDR
38.Fl a Ar address
39.Ar command
40.Op Ar parameters ...
41.Nm
42.Fl l
43.Op Fl c Ar path
44.Ar command
45.Op Ar parameters ...
46.Sh DESCRIPTION
47The
48.Nm
49utility attempts to query specified Service Discovery Protocol (SDP) server.
39.Ar command
40.Op Ar parameters ...
41.Nm
42.Fl l
43.Op Fl c Ar path
44.Ar command
45.Op Ar parameters ...
46.Sh DESCRIPTION
47The
48.Nm
49utility attempts to query specified Service Discovery Protocol (SDP) server.
50Remote SDP servers are identified by their BD_ADDRs.
50Remote SDP servers are identified by their address.
51Connection to the local SDP server is made via control socket.
52The
53.Nm
54utility will use Service Search Attribute Request and will print results to
55the standard output and error messages to the standard error.
56.Pp
57The options are as follows:
58.Bl -tag -width indent
51Connection to the local SDP server is made via control socket.
52The
53.Nm
54utility will use Service Search Attribute Request and will print results to
55the standard output and error messages to the standard error.
56.Pp
57The options are as follows:
58.Bl -tag -width indent
59.It Fl a Ar BD_ADDR
60Connect to the remote device with the specified BD_ADDR.
61Example:
62.Fl a Li 00:01:02:03:04:05 .
59.It Fl a Ar address
60Connect to the remote device with the specified address.
61The address can be specified as BD_ADDR or name.
62If name was specified then the
63.Nm
64utility will attempt to resolve the name via
65.Xr bt_gethostbyname 3 .
63.It Fl c Ar path
64Specify path to the control socket.
65The default path is
66.Pa /var/run/sdp .
67.It Fl h
68Display usage message and exit.
69.It Fl l
70Query the local SDP server via the control socket.

--- 33 unchanged lines hidden (view full) ---

104.It
105Protocol Descriptor List
106.It
107Bluetooth Profile Descriptor List
108.El
109.Sh DIAGNOSTICS
110.Ex -std
111.Sh SEE ALSO
66.It Fl c Ar path
67Specify path to the control socket.
68The default path is
69.Pa /var/run/sdp .
70.It Fl h
71Display usage message and exit.
72.It Fl l
73Query the local SDP server via the control socket.

--- 33 unchanged lines hidden (view full) ---

107.It
108Protocol Descriptor List
109.It
110Bluetooth Profile Descriptor List
111.El
112.Sh DIAGNOSTICS
113.Ex -std
114.Sh SEE ALSO
115.Xr bluetooth 3 ,
112.Xr sdp 3
113.Sh AUTHORS
114.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
116.Xr sdp 3
117.Sh AUTHORS
118.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com