Only the basic functions for establishing an AVCTP connection are provided at this stage. An BR/EDR ACL connection is necessary before AVRCP function. Register callbacks before utilizing AVRCP. Signed-off-by: Zihao Gao <gaozihao@xiaomi.com>
8 lines
250 B
CMake
8 lines
250 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(bredr.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_RFCOMM rfcomm.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_A2DP a2dp.c)
|
|
zephyr_library_sources_ifdef(CONFIG_BT_AVRCP avrcp.c)
|