Home
last modified time | relevance | path

Searched refs:BT_MESH_BLOB_WRITE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h141 BT_MESH_BLOB_WRITE, enumerator
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/
Dmain.c186 err = blob_flash_stream.io.open(&blob_flash_stream.io, &xfer, BT_MESH_BLOB_WRITE); in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c106 return srv->io->open(srv->io, &srv->state.xfer, BT_MESH_BLOB_WRITE); in io_open()