Searched refs:bt_mesh_dfu_slot_fwid_set (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.h | 60 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot,
|
D | dfu_slot.c | 175 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot, in bt_mesh_dfu_slot_fwid_set() function
|
D | dfd_srv.c | 409 int err = bt_mesh_dfu_slot_fwid_set(srv->upload.slot, fwid, fwid_len); in set_upload_fwid()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 447 int err = bt_mesh_dfu_slot_fwid_set(new_slot, fwid, fwid_len); in slot_reserve_and_set() 782 ASSERT_EQUAL(0, bt_mesh_dfu_slot_fwid_set(slot, fwid, fwid_len)); in test_dist_dfu_slot_idempotency()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 402 bt_mesh_dfu_slot_fwid_set(slot, fwid, fwid_len); in cmd_dfu_slot_add()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 4197 err = bt_mesh_dfu_slot_fwid_set(slot, fwid, fwid_len); in dfu_slot_add()
|