Bluetooth: Audio: Initial ISO channel support

This adds initial code for handling ISO channels.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2020-05-11 15:13:59 -07:00 committed by Carles Cufí
commit 81d34ecd19
14 changed files with 2085 additions and 150 deletions

View file

@ -87,3 +87,5 @@ if(CONFIG_BT_CONN_DISABLE_SECURITY)
Do not use in production."
)
endif()
add_subdirectory_ifdef(CONFIG_BT_AUDIO audio)