Date: Tue, 11 Mar 2008 16:51:07 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/bluetooth/sdpd Makefile gn.c nap.c panu.c profile.c profile.h Message-ID: <200803111651.m2BGp8Cq096329@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emax 2008-03-11 16:51:07 UTC
FreeBSD src repository
Modified files:
usr.sbin/bluetooth/sdpd Makefile profile.c profile.h
Added files:
usr.sbin/bluetooth/sdpd gn.c nap.c panu.c
Log:
Add support for the NAP, GN and PANU profiles to the sdpd(8).
It should be mentioned that a somewhat similar patch was
submitted by Rako < rako29 at gmail dot com >
MFC after: 1 week
Revision Changes Path
1.3 +3 -3 src/usr.sbin/bluetooth/sdpd/Makefile
1.1 +146 -0 src/usr.sbin/bluetooth/sdpd/gn.c (new)
1.1 +183 -0 src/usr.sbin/bluetooth/sdpd/nap.c (new)
1.1 +131 -0 src/usr.sbin/bluetooth/sdpd/panu.c (new)
1.3 +93 -2 src/usr.sbin/bluetooth/sdpd/profile.c
1.2 +6 -1 src/usr.sbin/bluetooth/sdpd/profile.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803111651.m2BGp8Cq096329>
