![]() |
nRF Connect SDK API 3.3.99
|
API for the Bluetooth LE GATT Latency Client. More...
Data Structures | |
| struct | bt_latency_client_cb |
| Latency client callback structure. More... | |
| struct | bt_latency_client |
| Latency client structure. More... | |
Functions | |
| int | bt_latency_client_init (struct bt_latency_client *latency, const struct bt_latency_client_cb *cb) |
| Initialize the GATT latency client. | |
| int | bt_latency_handles_assign (struct bt_gatt_dm *dm, struct bt_latency_client *latency) |
| Assign handles to the latency client instance. | |
| int | bt_latency_request (struct bt_latency_client *latency, const void *data, uint16_t len) |
| Write data to the server. | |
API for the Bluetooth LE GATT Latency Client.