Skip to content

Commit 3f201d5

Browse files
lylezhu2012nashif
authored andcommitted
Bluetooth: Classic: shell: Add cover art shell commands
Add cover art shell commands for AVRCP controller and target. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
1 parent 8e144a8 commit 3f201d5

File tree

3 files changed

+968
-0
lines changed

3 files changed

+968
-0
lines changed

subsys/bluetooth/host/classic/shell/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ endif()
1313

1414
zephyr_library_sources_ifdef(CONFIG_BT_GOEP goep.c)
1515
zephyr_library_sources_ifdef(CONFIG_BT_BIP bip.c)
16+
if(CONFIG_BT_AVRCP_TG_COVER_ART OR CONFIG_BT_AVRCP_CT_COVER_ART)
17+
zephyr_library_sources(avrcp_cover_art.c)
18+
endif()

0 commit comments

Comments
 (0)