Searched refs:res_inst_idx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_swmgmt.c | 684 int index, res_idx = 0, res_inst_idx = 0; in swmgmt_create() local 735 res_inst_idx, &instance->package_name, PACKAGE_NAME_LEN, 0); in swmgmt_create() 738 res_inst_idx, 1, false, true, &instance->package_version, in swmgmt_create() 741 INIT_OBJ_RES_OPT(SWMGMT_PACKAGE_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create() 745 INIT_OBJ_RES(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create() 749 INIT_OBJ_RES_OPT(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, in swmgmt_create() 756 res_inst_idx); in swmgmt_create() 761 res_inst_idx, &instance->update_state, sizeof(uint8_t)); in swmgmt_create() 764 res_inst[index], res_inst_idx); in swmgmt_create() 767 res_inst_idx, &instance->update_result, sizeof(uint8_t)); in swmgmt_create() [all …]
|