Lines Matching refs:ext_item
164 struct bt_mesh_comp_p1_ext_item ext_item = { 0 }; in cmd_get_comp() local
197 &ext_item); in cmd_get_comp()
200 if (ext_item.type == SHORT) { in cmd_get_comp()
203 ext_item.short_item.elem_offset); in cmd_get_comp()
206 ext_item.short_item.mod_item_idx); in cmd_get_comp()
210 ext_item.long_item.elem_offset); in cmd_get_comp()
213 ext_item.long_item.mod_item_idx); in cmd_get_comp()
234 &ext_item); in cmd_get_comp()
237 if (ext_item.type == SHORT) { in cmd_get_comp()
240 ext_item.short_item.elem_offset); in cmd_get_comp()
243 ext_item.short_item.mod_item_idx); in cmd_get_comp()
247 ext_item.long_item.elem_offset); in cmd_get_comp()
250 ext_item.long_item.mod_item_idx); in cmd_get_comp()