Searched refs:res_inst_idx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_swmgmt.c | 680 int index, res_idx = 0, res_inst_idx = 0; in swmgmt_create() local 731 res_inst_idx, &instance->package_name, PACKAGE_NAME_LEN, 0); in swmgmt_create() 734 res_inst_idx, 1, false, true, &instance->package_version, in swmgmt_create() 737 INIT_OBJ_RES_OPT(SWMGMT_PACKAGE_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create() 741 INIT_OBJ_RES(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create() 745 INIT_OBJ_RES_OPT(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, in swmgmt_create() 752 res_inst_idx); in swmgmt_create() 757 res_inst_idx, &instance->update_state, sizeof(uint8_t)); in swmgmt_create() 760 res_inst[index], res_inst_idx); in swmgmt_create() 763 res_inst_idx, &instance->update_result, sizeof(uint8_t)); in swmgmt_create() [all …]
|