Home
last modified time | relevance | path

Searched refs:bt_mesh_blob_srv_cb (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dblob_srv.h51 struct bt_mesh_blob_srv_cb { struct
133 const struct bt_mesh_blob_srv_cb *cb; argument
Ddfu_srv.h257 extern const struct bt_mesh_blob_srv_cb _bt_mesh_dfu_srv_blob_cb;
Ddfd_srv.h304 extern const struct bt_mesh_blob_srv_cb _bt_mesh_dfd_srv_blob_cb;
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst30 static const struct bt_mesh_blob_srv_cb blob_cb = {
69 <bt_mesh_blob_srv_cb.suspended>` callback. If the BLOB Transfer Server is in the middle of receiving
73 Transfer Server notifies the user by calling the :c:member:`resume <bt_mesh_blob_srv_cb.resume>`
82 the :c:member:`recover <bt_mesh_blob_srv_cb.recover>` callback if there is any. In the recover
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dblob.c207 static const struct bt_mesh_blob_srv_cb blob_srv_cb = {
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfu_srv.c541 const struct bt_mesh_blob_srv_cb _bt_mesh_dfu_srv_blob_cb = {
Ddfd_srv.c920 const struct bt_mesh_blob_srv_cb _bt_mesh_dfd_srv_blob_cb = {
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c216 static const struct bt_mesh_blob_srv_cb blob_srv_cb = {