Searched defs:bt_mesh_blob_srv_cb (Results 1 – 1 of 1) sorted by relevance
51 struct bt_mesh_blob_srv_cb { struct65 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