Searched refs:dfu_slot (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_slot.sh | 15 RunTestFlash dfu_slot dfu_dist_dfu_slot_create -flash_erase 17 RunTestFlash dfu_slot dfu_dist_dfu_slot_create_recover 19 RunTestFlash dfu_slot dfu_dist_dfu_slot_delete_all 21 RunTestFlash dfu_slot dfu_dist_dfu_slot_check_delete_all -flash_rm
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.h | 48 int bt_mesh_dfu_slot_info_set(struct bt_mesh_dfu_slot *dfu_slot, size_t size, 60 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot, 73 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot); 79 void bt_mesh_dfu_slot_release(const struct bt_mesh_dfu_slot *dfu_slot);
|
D | dfu_slot.c | 156 int bt_mesh_dfu_slot_info_set(struct bt_mesh_dfu_slot *dfu_slot, size_t size, in bt_mesh_dfu_slot_info_set() argument 159 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_info_set() 175 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot, in bt_mesh_dfu_slot_fwid_set() argument 178 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_fwid_set() 201 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_commit() argument 204 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_commit() 226 void bt_mesh_dfu_slot_release(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_release() argument 228 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_release() 237 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_del() argument 239 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_del() [all …]
|
D | CMakeLists.txt | 100 zephyr_library_sources_ifdef(CONFIG_BT_MESH_DFU_SLOTS dfu_slot.c)
|