mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 08:47:20 +00:00
Added Transmit Power Service implementation. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
13 lines
254 B
CMake
13 lines
254 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
zephyr_sources_ifdef(CONFIG_BT_DIS dis.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_BT_BAS bas.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_BT_HRS hrs.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_BT_TPS tps.c)
|
|
|
|
add_subdirectory_ifdef(CONFIG_BT_OTS ots)
|