Bluetooth: Audio: Add BAP unicast server support
Add the Basic Audio Profile (BAP) unicast server functionality. This allows a device to act as the unicast server role, which can accept unicast streams initiated by a unicast client. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
5de473782e
commit
03862b3db5
20 changed files with 6460 additions and 38 deletions
|
@ -41,3 +41,9 @@ zephyr_library_sources_ifdef(CONFIG_BT_MCS mcs.c)
|
|||
zephyr_library_sources_ifdef(CONFIG_BT_MCS mpl.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_MCS media_proxy.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_ASCS ascs.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_PACS pacs.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AUDIO_STREAM stream.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AUDIO_UNICAST_SERVER unicast_server.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AUDIO_CAPABILITIES capabilities.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue