Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_srv.h36 #define BT_MESH_DFU_SRV_INIT(_handlers, _imgs, _img_count) \ macro
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst19 :c:macro:`BT_MESH_DFU_SRV_INIT`, and must be populated before the Bluetooth Mesh subsystem is
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c131 BT_MESH_DFU_SRV_INIT(&dfu_handlers, dfu_imgs, ARRAY_SIZE(dfu_imgs));
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c287 static struct bt_mesh_dfu_srv dfu_srv = BT_MESH_DFU_SRV_INIT(&dfu_handlers, dfu_imgs,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c448 BT_MESH_DFU_SRV_INIT(&dfu_handlers, dfu_imgs, ARRAY_SIZE(dfu_imgs));