Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_slot_get (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h114 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot);
Ddfu_slot.c279 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot) in bt_mesh_dfu_slot_get() function
Ddfd_srv.c422 err = bt_mesh_dfu_slot_get(fwid, fwid_len, &srv->upload.slot); in set_upload_fwid()
705 idx = bt_mesh_dfu_slot_get(fwid, fwid_len, &slot); in handle_fw_get()
1233 idx = bt_mesh_dfu_slot_get(*fwid, *fwid_len, &slot); in bt_mesh_dfd_srv_fw_delete()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c328 int idx = bt_mesh_dfu_slot_get(fwid, fwid_len, NULL); in cmd_dfd_fw_get()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c683 idx = bt_mesh_dfu_slot_get(fwid, fwid_len, &slot); in test_dist_dfu_slot_create_recover()
980 ASSERT_TRUE(bt_mesh_dfu_slot_get(fwid, fwid_len, &slot) >= 0); in cli_common_init_recover()