Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h51 BT_MESH_BLOB_XFER_PHASE_COMPLETE, enumerator
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c255 phase_set(srv, BT_MESH_BLOB_XFER_PHASE_COMPLETE); in end()
367 } else if (srv->phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE) { in block_status_rsp()
605 case BT_MESH_BLOB_XFER_PHASE_COMPLETE: in handle_block_get()
680 if (srv->phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE || in handle_block_start()
990 srv->phase != BT_MESH_BLOB_XFER_PHASE_COMPLETE; in bt_mesh_blob_srv_is_busy()
Dblob_cli.c1252 expected_phase = BT_MESH_BLOB_XFER_PHASE_COMPLETE; in handle_xfer_status()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c964 ASSERT_TRUE(blob_srv.phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE); in test_srv_trans_complete()
1080 ASSERT_TRUE(blob_srv.phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE); in test_srv_trans_resume()
1179 ASSERT_TRUE(blob_srv.phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE); in test_srv_trans_persistency_pull()
1485 case BT_MESH_BLOB_XFER_PHASE_COMPLETE: in test_cli_stop()
1567 case BT_MESH_BLOB_XFER_PHASE_COMPLETE: in test_srv_stop()
1658 ASSERT_TRUE(blob_srv.phase == BT_MESH_BLOB_XFER_PHASE_COMPLETE); in test_srv_lpn_pull()