1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources(addr.c)
6zephyr_library_sources(dummy.c)
7zephyr_library_sources(bt_str.c)
8
9zephyr_library_sources_ifdef(CONFIG_BT_RPA   rpa.c)
10
11zephyr_library_link_libraries(subsys__bluetooth)
12