![]() |
nRF Connect SDK API 3.3.99
|
NUS Client callback structure. More...
#include <nus_client.h>
Data Fields | |
| uint8_t(* | received )(struct bt_nus_client *nus, const uint8_t *data, uint16_t len) |
| Data received callback. | |
| void(* | sent )(struct bt_nus_client *nus, uint8_t err, const uint8_t *data, uint16_t len) |
| Data sent callback. | |
| void(* | unsubscribed )(struct bt_nus_client *nus) |
| TX notifications disabled callback. | |
NUS Client callback structure.