]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343572:
authorhselasky <hselasky@FreeBSD.org>
Fri, 8 Feb 2019 10:27:02 +0000 (10:27 +0000)
committerhselasky <hselasky@FreeBSD.org>
Fri, 8 Feb 2019 10:27:02 +0000 (10:27 +0000)
commita12baf72594e8398f6b5617a57f1f84ac49ad1d1
treeafecd5f961980d9c880c645df1b363f47d5f45f1
parent90bf377da64534b46336b6c32cd48d60beb0f78d
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