nRF Connect SDK API 2.8.99
|
void(* bt_latency_client_cb::latency_response) (const void *buf, uint16_t len) |
Latency received callback.
This function is called when a GATT write response has been received by the Latency characteristic.
It is mandatory for an application to handle the write response when measuring the latency.
[in] | buf | Latency data. |
[in] | len | Latency data length. |