Searched refs:bt_mesh_blob_cli_send (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 933 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_trans_complete() 1008 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_trans_resume() 1123 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_trans_persistency_pull() 1252 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_fail_on_persistency() 1382 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_fail_on_no_rsp() 1465 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_stop() 1503 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_stop() 1615 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in test_cli_friend_pull()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_cli.h | 368 int bt_mesh_blob_cli_send(struct bt_mesh_blob_cli *cli,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 114 The BLOB transfer is started by calling :c:func:`bt_mesh_blob_cli_send` function, which (in addition
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 354 err = bt_mesh_blob_cli_send((struct bt_mesh_blob_cli *)mod_cli->rt->user_data, in cmd_tx()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 208 err = bt_mesh_blob_cli_send(b, b->inputs, &cli->xfer.blob, cli->xfer.io); in blob_caps() 509 err = bt_mesh_blob_cli_send(b, b->inputs, &cli->xfer.blob, cli->xfer.io); in transfer()
|
D | blob_cli.c | 1514 int bt_mesh_blob_cli_send(struct bt_mesh_blob_cli *cli, in bt_mesh_blob_cli_send() function
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 4644 err = bt_mesh_blob_cli_send(&blob_cli, &blob_cli_xfer.inputs, in blob_transfer_start()
|