Searched refs:bt_mesh_dfu_slot_get (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.h | 114 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot);
|
D | dfu_slot.c | 279 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
|
D | dfd_srv.c | 422 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/ |
D | dfd.c | 328 int idx = bt_mesh_dfu_slot_get(fwid, fwid_len, NULL); in cmd_dfd_fw_get()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 683 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()
|