![]() |
nRF Connect SDK API 3.3.99
|
#include <zephyr/bluetooth/uuid.h>#include <zephyr/bluetooth/conn.h>#include <bluetooth/gatt_dm.h>Go to the source code of this file.
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. | |