Deleted Added
full compact
sdp.3 (124758) sdp.3 (131472)
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: sdp.3,v 1.1 2003/09/07 20:34:19 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: sdp.3,v 1.1 2003/09/07 20:34:19 max Exp $
26.\" $FreeBSD: head/lib/libsdp/sdp.3 124758 2004-01-20 20:48:26Z emax $
26.\" $FreeBSD: head/lib/libsdp/sdp.3 131472 2004-07-02 19:07:33Z ru $
27.\"
28.Dd September 7, 2003
29.Dt SDP 3
30.Os
31.Sh NAME
32.Nm SDP_GET8 ,
33.Nm SDP_GET16 ,
34.Nm SDP_GET32 ,

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

248.Vt vlen
249fields.
250The actual value of the attribute will be copied into
251.Vt value
252buffer.
253Note: attributes are returned in the order they appear in the Service Search
254Attribute Response.
255SDP server could return several attributes for the same record.
27.\"
28.Dd September 7, 2003
29.Dt SDP 3
30.Os
31.Sh NAME
32.Nm SDP_GET8 ,
33.Nm SDP_GET16 ,
34.Nm SDP_GET32 ,

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

248.Vt vlen
249fields.
250The actual value of the attribute will be copied into
251.Vt value
252buffer.
253Note: attributes are returned in the order they appear in the Service Search
254Attribute Response.
255SDP server could return several attributes for the same record.
256In this case the order of the attributes will be: all attributes for the first
256In this case the order of the attributes will be: all attributes for the first
257records, then all attributes for the secord record etc.
258.Pp
259The
260.Fn sdp_attr2desc
261and
262.Fn sdp_uuid2desc
263functions each take a numeric attribute ID/UUID value and convert it to a
264human readable description.

--- 133 unchanged lines hidden ---
257records, then all attributes for the secord record etc.
258.Pp
259The
260.Fn sdp_attr2desc
261and
262.Fn sdp_uuid2desc
263functions each take a numeric attribute ID/UUID value and convert it to a
264human readable description.

--- 133 unchanged lines hidden ---