nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ data_read

uint8_t(* bt_throughput_cb::data_read) (const struct bt_throughput_metrics *met)

Data read callback.

This function is called when data has been read from the Throughput Characteristic.

Parameters
[in]metThroughput metrics.
Return values
BT_GATT_ITER_CONTINUETo keep notifications enabled.
BT_GATT_ITER_STOPTo disable notifications.