Bluetooth: Audio: Specify bt_vcp_vol_rend API
The VCP server, known as the volume renderer, has a more explicity bt_vcp_vol_rend API naming scheme now. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
71bd487cc4
commit
7f69b866f0
17 changed files with 400 additions and 387 deletions
|
@ -16,7 +16,7 @@ if (CONFIG_BT_AICS OR CONFIG_BT_AICS_CLIENT)
|
|||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_AICS_CLIENT aics_client.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VCP vcp.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VCP_VOL_REND vcp_vol_rend.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VCP_VOL_CTLR vcp_vol_ctlr.c)
|
||||
|
||||
if (CONFIG_BT_MICP_MIC_DEV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue