Searched refs:LWM2M_DEVICE_ERROR_NONE (Results 1 – 2 of 2) sorted by relevance
94 static uint8_t error_code_list[DEVICE_ERROR_CODE_MAX] = { LWM2M_DEVICE_ERROR_NONE };145 error_code_list[i] = LWM2M_DEVICE_ERROR_NONE; in reset_error_list()216 if (error_code_list[i] == LWM2M_DEVICE_ERROR_NONE) { in lwm2m_device_add_err()279 error_code_list[i] = LWM2M_DEVICE_ERROR_NONE; in lwm2m_obj_device_settings_set()
471 #define LWM2M_DEVICE_ERROR_NONE 0 /**< No error */ macro