Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_slot_img_idx_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h122 int bt_mesh_dfu_slot_img_idx_get(const struct bt_mesh_dfu_slot *slot);
Ddfu_slot.c297 int bt_mesh_dfu_slot_img_idx_get(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_img_idx_get() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c418 shell_print(sh, "Slot added. Index: %u", bt_mesh_dfu_slot_img_idx_get(slot)); in cmd_dfu_slot_add()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c643 int idx = bt_mesh_dfu_slot_img_idx_get(slot); in check_slot()