The directory listing object is an internal object which content is the aggregation of all the metadata of all objects (including the directory listing object itself). The client can read this value to get a list of all objects with names, lengths, and other metadata. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
12 lines
221 B
CMake
12 lines
221 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_BT_OTS
|
|
ots.c
|
|
ots_l2cap.c
|
|
ots_obj_manager.c
|
|
ots_oacp.c
|
|
ots_olcp.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_BT_OTS_DIR_LIST_OBJ ots_dir_list.c)
|