Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h49 BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c280 srv->phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK && in pull_mode_xfer_complete()
308 srv->phase != BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK) { in report_timeout()
604 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK: in handle_block_get()
646 if (srv->phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK) { in handle_block_start()
692 phase_set(srv, BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK); in handle_block_start()
736 if (srv->phase != BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK || in handle_chunk()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c93 if (expected_stop_phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK) { in blob_chunk_wr()
1476 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK: in test_cli_stop()
1565 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_CHUNK: in test_srv_stop()