Bluetooth: Audio: Media control client
This commit adds the Media Control Client from the topic-le-audio branch. This is a part of the upmerge of the le-audio media control files. This client has been developed and maintained over a couple of years now, and is mature. During the development it has passed both IOP-testing and PTS qualification testing. The commit is a pure copy of the files and content in the topic-le-audio branch, with the following exceptions: - files are in bluetooth/audio instead of bluetooth/host/audio, with some include paths updated as a consequence - as a consequence, CMake files and Kconfig files updates are done in other locations - a macro for debug output of Object ID values has been (temporarily) added to mcc.h, to avoid a dependency - a blank line added after a declaration and an overlong line split, to pass check_compliance - copyrights have been updated Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
This commit is contained in:
parent
389d107d05
commit
6f94d02463
5 changed files with 3922 additions and 0 deletions
|
@ -33,3 +33,5 @@ if (CONFIG_BT_CSIS OR CONFIG_BT_CSIS_CLIENT)
|
|||
endif()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_OTC otc.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_MCC mcc.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue