Bluetooth: Audio: Specify MICP Mic Dev API
Modify the existing bt_micp API for the MICP Microphone Device to be more specific by adding mic_dev as an infix. This follows the naming scheme used for the MICP microphone controller (mic_ctlr). Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
3cf59fae72
commit
e95b640df6
12 changed files with 234 additions and 240 deletions
|
@ -17,7 +17,7 @@ if (CONFIG_BT_VCS OR CONFIG_BT_VCS_CLIENT)
|
|||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_VCS_CLIENT vcs_client.c)
|
||||
|
||||
if (CONFIG_BT_MICP)
|
||||
if (CONFIG_BT_MICP_MIC_DEV)
|
||||
zephyr_library_sources(micp_mic_dev.c)
|
||||
endif()
|
||||
zephyr_library_sources_ifdef(CONFIG_BT_MICP_MIC_CTLR micp_mic_ctlr.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue