]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r343572:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Feb 2019 10:31:45 +0000 (10:31 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Feb 2019 10:31:45 +0000 (10:31 +0000)
commit81da652f787589cf5d3065958fb5cb75bce20363
treef67159a75d9f755f92d35b5a5a0bb577dbf29d41
parent1dba228c5c0a079058a9f3b25a0532e347575685
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/9@343903 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