summaryrefslogtreecommitdiffstats
path: root/lib/libsdp/sdp.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the SDP_GET* macros to cast to a const buffer.ed2011-10-161-3/+3
| | | | This fixes a compiler warning when passing a const buffer to them.
* Add mandatory "security description" SDP parameter to the PANU profileemax2008-03-191-0/+2
| | | | | Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
* Add PSM and Load Factor SDP parameters to the BNEP based profilesemax2008-03-181-9/+24
| | | | | | | | | | | (NAP, GN and PANU). No reason to not to support them. Separate SDP parameters data structures for the BNEP based profiles. Generalize Service Availability SDP parameter creation. Requested by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
* Add structures to hold SDP parameters for the NAP, GN and PANU profiles.emax2008-03-111-0/+17
| | | | | | | It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com > MFC after: 1 week
* - Add new service class definitions and a new attribute identifier definitionmarkus2006-08-261-3/+10
| | | | | | | - Update URL of the Assigned Numbers document for SDP Approved by: emax (mentor) MFC after: 3 days
* Fix an unwanted gcc4 warning.emax2006-06-061-2/+2
| | | | | Submitted by: delphij MFC after: 3 days
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putemax2005-05-271-2/+53
| | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-201-0/+44
| | | | | | | | Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-091-1/+1
| | | | | | | | Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru
* Prepare libsdp(3) for the upcoming sdpd importemax2004-01-091-47/+128
| | | | | | Also while i'm here s/u_int/uint Reviewed by: imp (mentor), ru
* Update Bluetooth code.emax2003-10-121-0/+477
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
OpenPOWER on IntegriCloud