]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343572:
authorHans Petter Selasky <hselasky@FreeBSD.org>
Fri, 8 Feb 2019 10:25:42 +0000 (10:25 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Fri, 8 Feb 2019 10:25:42 +0000 (10:25 +0000)
commit83f0dc7f95503dc0187285b705402d66dbace745
tree78f11c5ae9c0460bafa469f79d598ad66da35153
parent5f9cde533c8a49b6901f757ea4fde49c938f635a
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
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