]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r343572:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Feb 2019 10:28:13 +0000 (10:28 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Feb 2019 10:28:13 +0000 (10:28 +0000)
commit2953e03fe00d8f0ef400a6ac803aa4f31bd2ed91
tree31f756b94287d27306dce734300582a8eb339755
parenta3331735faf466004546671540b95550ea0e30db
MFC r343572:
Add support for Audio Sink and Audio Source profiles to sdpd(8).

This allows user-space programs like virtual_oss(8) to act
as a Bluetooth speaker device.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@343902 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libsdp/sdp.h
usr.sbin/bluetooth/sdpd/Makefile
usr.sbin/bluetooth/sdpd/audio_sink.c [new file with mode: 0644]
usr.sbin/bluetooth/sdpd/audio_source.c [new file with mode: 0644]
usr.sbin/bluetooth/sdpd/profile.c