Deleted Added
full compact
sdpd.8 (148580) sdpd.8 (153176)
1.\" Copyright (c) 2004 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: sdpd.8,v 1.1 2004/01/13 19:31:54 max Exp $
1.\" Copyright (c) 2004 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: sdpd.8,v 1.1 2004/01/13 19:31:54 max Exp $
26.\" $FreeBSD: head/usr.sbin/bluetooth/sdpd/sdpd.8 148580 2005-07-31 03:30:48Z keramida $
26.\" $FreeBSD: head/usr.sbin/bluetooth/sdpd/sdpd.8 153176 2005-12-06 17:56:36Z emax $
27.\"
28.Dd January 13, 2004
29.Dt SDPD 8
30.Os
31.Sh NAME
32.Nm sdpd
33.Nd Bluetooth Service Discovery Protocol daemon
34.Sh SYNOPSIS

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

105will listen for incoming L2CAP connections on a wildcard BD_ADDR.
106.Pp
107In case of multiple Bluetooth devices connected to the same host it is
108possible to specify which services should be
109.Dq bound
110to which Bluetooth device.
111Such assignment should be done at service registration time.
112.Pp
27.\"
28.Dd January 13, 2004
29.Dt SDPD 8
30.Os
31.Sh NAME
32.Nm sdpd
33.Nd Bluetooth Service Discovery Protocol daemon
34.Sh SYNOPSIS

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

105will listen for incoming L2CAP connections on a wildcard BD_ADDR.
106.Pp
107In case of multiple Bluetooth devices connected to the same host it is
108possible to specify which services should be
109.Dq bound
110to which Bluetooth device.
111Such assignment should be done at service registration time.
112.Pp
113Access rights on the control socket define which application can register,
114remove or change the service.
115The application must be able to write to and read from the control socket
116in order to perform any query to the Service Database via control socket.
113Requests to register, remove or change service can only be made via the
114control socket.
115The
116.Nm
117daemon will check peer's credentials and will only accept the request if
118the application has the same effective user ID as the
119.Dq Li root
120user ID.
117.Pp
118The
119.Nm
120daemon does not check for duplicated Service Records.
121It only performs minimal checking on the service data sent in the Service
122Register request.
123It is assumed that application must obtain all required resources such
124as RFCOMM channels etc., before registering the service.

--- 12 unchanged lines hidden ---
121.Pp
122The
123.Nm
124daemon does not check for duplicated Service Records.
125It only performs minimal checking on the service data sent in the Service
126Register request.
127It is assumed that application must obtain all required resources such
128as RFCOMM channels etc., before registering the service.

--- 12 unchanged lines hidden ---