Home
last modified time | relevance | path

Searched refs:slot_idx (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Ddfd_srv_internal.h17 uint16_t app_idx, timeout_base, slot_idx, group; member
Ddfd_srv.c266 net_buf_simple_add_le16(&rsp, srv->slot_idx); in status_rsp()
294 params.slot_idx = net_buf_simple_pull_le16(buf); in handle_start()
1023 xfer.slot = bt_mesh_dfu_slot_at(params->slot_idx); in bt_mesh_dfd_srv_start()
1032 srv->slot_idx == params->slot_idx) { in bt_mesh_dfd_srv_start()
1071 srv->slot_idx = params->slot_idx; in bt_mesh_dfd_srv_start()
1079 params->slot_idx, params->app_idx, params->timeout_base, params->group, params->ttl, in bt_mesh_dfd_srv_start()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Ddfu.c676 uint8_t slot_idx, img_idx; in cmd_dfu_target_check() local
683 slot_idx = shell_strtoul(argv[1], 0, &err); in cmd_dfu_target_check()
691 slot = bt_mesh_dfu_slot_at(slot_idx); in cmd_dfu_target_check()
693 shell_print(sh, "No image in slot %u", slot_idx); in cmd_dfu_target_check()
704 shell_print(sh, "Slot %u check for 0x%04x image %u:", slot_idx, in cmd_dfu_target_check()
716 uint8_t slot_idx; in cmd_dfu_send() local
724 slot_idx = shell_strtoul(argv[1], 0, &err); in cmd_dfu_send()
755 xfer.slot = bt_mesh_dfu_slot_at(slot_idx); in cmd_dfu_send()
757 shell_print(sh, "No image in slot %u", slot_idx); in cmd_dfu_send()
761 shell_print(sh, "Starting DFU from slot %u (%u targets)", slot_idx, in cmd_dfu_send()
Ddfd.c36 srv->dfu.xfer.blob.mode, srv->apply, srv->slot_idx); in print_dfd_status()
218 params.slot_idx = shell_strtoul(argv[2], 0, &err); in cmd_dfd_start()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Ddfd_srv.h219 uint16_t slot_idx; member
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_mesh.c4099 uint8_t img_idx, slot_idx; in dfu_update_metadata_check() local
4118 slot_idx = cp->slot_idx; in dfu_update_metadata_check()
4130 slot = bt_mesh_dfu_slot_at(slot_idx); in dfu_update_metadata_check()
4132 LOG_ERR("No image in slot %u", slot_idx); in dfu_update_metadata_check()
4225 uint8_t slot_idx; in dfu_firmware_update_start() local
4248 slot_idx = cp->slot_idx; in dfu_firmware_update_start()
4264 xfer.slot = bt_mesh_dfu_slot_at(slot_idx); in dfu_firmware_update_start()
4266 LOG_ERR("No image in slot %u", slot_idx); in dfu_firmware_update_start()
4273 dfu_target(slot_idx, addr); in dfu_firmware_update_start()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h921 uint8_t slot_idx; member
939 uint8_t slot_idx; member
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c495 .slot_idx = 0, in dist_dfu_start_and_confirm()