Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_slot_at (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h103 const struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_at(uint16_t img_idx);
Ddfu_slot.c266 const struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_at(uint16_t img_idx) in bt_mesh_dfu_slot_at() function
Ddfd_srv.c726 slot = bt_mesh_dfu_slot_at(idx); in handle_fw_get_by_index()
1045 xfer.slot = bt_mesh_dfu_slot_at(params->slot_idx); in bt_mesh_dfd_srv_start()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c435 slot = bt_mesh_dfu_slot_at(idx); in cmd_dfu_slot_del()
494 slot = bt_mesh_dfu_slot_at(idx); in cmd_dfu_slot_get()
691 slot = bt_mesh_dfu_slot_at(slot_idx); in cmd_dfu_target_check()
755 xfer.slot = bt_mesh_dfu_slot_at(slot_idx); in cmd_dfu_send()
Ddfd.c344 const struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_at(idx); in cmd_dfd_fw_get_by_idx()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c708 slot = bt_mesh_dfu_slot_at(i); in check_delete_all()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4316 slot = bt_mesh_dfu_slot_at(slot_idx); in dfu_update_metadata_check()
4450 xfer.slot = bt_mesh_dfu_slot_at(slot_idx); in dfu_firmware_update_start()