|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Firmware Update Server instance. More...
#include <zephyr/bluetooth/mesh/dfu_srv.h>
Data Fields | |
| struct bt_mesh_blob_srv | blob |
| Underlying BLOB Transfer Server. | |
| const struct bt_mesh_dfu_srv_cb * | cb |
| Callback structure. | |
| const struct bt_mesh_dfu_img * | imgs |
| List of updatable images. | |
| size_t | img_count |
| Number of updatable images. | |
Firmware Update Server instance.
Should be initialized with BT_MESH_DFU_SRV_INIT.
| struct bt_mesh_blob_srv bt_mesh_dfu_srv::blob |
Underlying BLOB Transfer Server.
| const struct bt_mesh_dfu_srv_cb* bt_mesh_dfu_srv::cb |
Callback structure.
| size_t bt_mesh_dfu_srv::img_count |
Number of updatable images.
| const struct bt_mesh_dfu_img* bt_mesh_dfu_srv::imgs |
List of updatable images.