bluez: add sco-sink and sco-source nodes

This commit is contained in:
Julian Bouzas 2019-07-31 12:11:56 -04:00 committed by Wim Taymans
parent d274497e3c
commit de031b42b1
6 changed files with 2356 additions and 102 deletions

View file

@ -3,6 +3,8 @@ bluez5_sources = ['plugin.c',
'a2dp-codecs.c',
'a2dp-sink.c',
'a2dp-source.c',
'sco-sink.c',
'sco-source.c',
'bluez5-device.c',
'bluez5-monitor.c']