Searched refs:block_end (Results 1 – 6 of 6) sorted by relevance
195 void (*block_end)(const struct bt_mesh_blob_io *io, member
154 flash->io.block_end = NULL; in bt_mesh_blob_io_flash_init()
783 if (srv->io->block_end) { in handle_chunk()784 srv->io->block_end(srv->io, &srv->state.xfer, &srv->block); in handle_chunk()
1046 if (cli->io->block_end) { in block_check_end()1047 cli->io->block_end(cli->io, cli->xfer, &cli->block); in block_check_end()
115 calls :c:member:`block_end <bt_mesh_blob_io.block_end>`. When the transfer is complete, the BLOB
125 .block_end = blob_block_end,