Searched refs:path_cnt (Results 1 – 1 of 1) sorted by relevance
67 int path_cnt = argc - 1; in cmd_send() local81 if (path_cnt > CONFIG_LWM2M_COMPOSITE_PATH_LIST_SIZE) { in cmd_send()85 for (int i = 0; i < path_cnt; i++) { in cmd_send()94 ret = lwm2m_send_cb(ctx, lwm2m_path_list, path_cnt, send_cb); in cmd_send()