Home
last modified time | relevance | path

Searched refs:first_object_name (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_ots/src/
Dmain.c228 const char * const first_object_name = "first_object.txt"; in ots_init() local
264 __ASSERT(strlen(first_object_name) <= CONFIG_BT_OTS_OBJ_MAX_NAME_LEN, in ots_init()
267 (void)strcpy(objects[0].name, first_object_name); in ots_init()