Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c39 static uint32_t obj_cnt; variable
80 if (obj_cnt >= ARRAY_SIZE(objects)) { in ots_obj_created()
109 obj_cnt++; in ots_obj_created()
123 obj_cnt--; in ots_obj_deleted()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c354 uint32_t obj_cnt = in olcp_ind_handler() local
356 LOG_DBG("Number of objects %u", obj_cnt); in olcp_ind_handler()