![]() |
nRF Connect SDK API 3.3.99
|
| int bt_throughput_write | ( | struct bt_throughput * | throughput, |
| const uint8_t * | data, | ||
| uint16_t | len ) |
#include <include/bluetooth/services/throughput.h>
Write data to the server.
| [in] | throughput | Throughput Service instance. |
| [in] | data | Data. |
| [in] | len | Data length. |
| 0 | If the operation was successful. Otherwise, a negative error code is returned. |