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