Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_srv.h51 struct bt_mesh_blob_srv_cb { struct
65 int (*start)(struct bt_mesh_blob_srv *srv, struct bt_mesh_msg_ctx *ctx,
80 void (*end)(struct bt_mesh_blob_srv *srv, uint64_t id, bool success);
99 void (*suspended)(struct bt_mesh_blob_srv *srv);
107 void (*resume)(struct bt_mesh_blob_srv *srv);
133 const struct bt_mesh_blob_srv_cb *cb; argument