Searched refs:bt_mesh_blob_srv_recv (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 176 int bt_mesh_blob_srv_recv(struct bt_mesh_blob_srv *srv, uint64_t id,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 958 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 10); in test_srv_trans_complete() 1054 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 10); in test_srv_trans_resume() 1154 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 10); in test_srv_trans_persistency_pull() 1292 bt_mesh_blob_srv_recv(&blob_srv, 1, &io, 0, 1); in test_srv_fail_on_block_start() 1308 bt_mesh_blob_srv_recv(&blob_srv, 1, &io, 0, 1); in test_srv_fail_on_block_get() 1349 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 5); in test_srv_fail_on_xfer_get() 1358 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 5); in test_srv_fail_on_nothing() 1552 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 1); in test_srv_stop() 1579 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 1); in test_srv_stop() 1652 bt_mesh_blob_srv_recv(&blob_srv, 1, &blob_io, 0, 10); in test_srv_lpn_pull()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 44 passed to the BLOB Transfer Server through the :c:func:`bt_mesh_blob_srv_recv` function before the
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 533 err = bt_mesh_blob_srv_recv((struct bt_mesh_blob_srv *)mod_srv->rt->user_data, in cmd_rx()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 361 err = bt_mesh_blob_srv_recv(&srv->blob, blob_id, io, in handle_start()
|
D | blob_srv.c | 951 int bt_mesh_blob_srv_recv(struct bt_mesh_blob_srv *srv, uint64_t id, in bt_mesh_blob_srv_recv() function
|
D | dfd_srv.c | 546 err = bt_mesh_blob_srv_recv(&srv->upload.blob, blob_id, srv->io, ttl, in handle_upload_start()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 4735 err = bt_mesh_blob_srv_recv(srv, id, &dummy_blob_io, ttl, in blob_srv_recv()
|