Lines Matching refs:img_idx
369 net_buf_simple_add_u8(&buf, target->img_idx); in send_update_start()
426 int img_idx = -1; in initiate() local
432 if (img_idx == -1) { in initiate()
433 img_idx = target->img_idx; in initiate()
434 } else if (target->img_idx != img_idx) { in initiate()
726 rsp->img_idx = net_buf_simple_pull_u8(buf); in handle_status()
735 rsp->img_idx = 0U; in handle_status()
778 target->img_idx = net_buf_simple_pull_u8(buf); in handle_status()
1206 struct bt_mesh_msg_ctx *ctx, uint8_t img_idx, in bt_mesh_dfu_cli_metadata_check() argument
1221 net_buf_simple_add_u8(&buf, img_idx); in bt_mesh_dfu_cli_metadata_check()
1228 rsp->idx = img_idx; in bt_mesh_dfu_cli_metadata_check()