Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h195 void (*block_end)(const struct bt_mesh_blob_io *io, member
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c154 flash->io.block_end = NULL; in bt_mesh_blob_io_flash_init()
Dblob_srv.c783 if (srv->io->block_end) { in handle_chunk()
784 srv->io->block_end(srv->io, &srv->state.xfer, &srv->block); in handle_chunk()
Dblob_cli.c1046 if (cli->io->block_end) { in block_check_end()
1047 cli->io->block_end(cli->io, cli->xfer, &cli->block); in block_check_end()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst115 calls :c:member:`block_end <bt_mesh_blob_io.block_end>`. When the transfer is complete, the BLOB
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c125 .block_end = blob_block_end,