Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h135 size_t bt_mesh_dfu_slot_foreach(bt_mesh_dfu_slot_cb_t cb, void *user_data);
Ddfu_slot.c312 size_t bt_mesh_dfu_slot_foreach(bt_mesh_dfu_slot_cb_t cb, void *user_data) in bt_mesh_dfu_slot_foreach() function
Ddfd_srv.c223 (void)bt_mesh_dfu_slot_foreach(slot_space_cb, &size); in handle_capabilities_get()
971 bt_mesh_dfu_slot_foreach(slot_del_cb, srv); in dfd_srv_reset()
1254 bt_mesh_dfu_slot_foreach(slot_del_cb, srv); in bt_mesh_dfd_srv_fw_delete_all()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c182 (void)bt_mesh_dfu_slot_foreach(slot_space_cb, &size); in cmd_dfd_capabilities_get()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c678 slot_count = bt_mesh_dfu_slot_foreach(check_slot, &i); in test_dist_dfu_slot_create_recover()
704 slot_count = bt_mesh_dfu_slot_foreach(NULL, NULL); in check_delete_all()