Home
last modified time | relevance | path

Searched refs:BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h47 BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c249 phase_set(srv, BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK); in resume()
307 if (srv->phase != BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK && in report_timeout()
558 phase_set(srv, BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK); in handle_xfer_start()
603 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK: in handle_block_get()
790 phase_set(srv, BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK); in handle_chunk()
Dblob_cli.c1250 expected_phase = BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK; in handle_xfer_status()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c114 if (expected_stop_phase == BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK || in blob_block_end()
1461 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK: in test_cli_stop()
1556 case BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK: in test_srv_stop()
1563 ASSERT_EQUAL(BT_MESH_BLOB_XFER_PHASE_WAITING_FOR_BLOCK, blob_srv.phase); in test_srv_stop()