To enable Bluetooth controller coexistence feature, there is implementation of ticker task, which aborts any ongoing radio events during assertion of the grant pin. This solves the co-existence issue in the role of the subordinate transceiver. Signed-off-by: Tomáš Beneš <tomas@dronetag.cz>
6 lines
114 B
CMake
6 lines
114 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library_sources_ifdef(
|
|
CONFIG_BT_CTLR_COEX_TICKER coex_ticker.c
|
|
)
|