![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Nordic UART Service Client event structure. More...
#include <bm/bluetooth/services/ble_nus_client.h>
Data Fields | ||
| enum ble_nus_client_evt_type | evt_type | |
| uint16_t | conn_handle | |
| union { | ||
| struct { | ||
| struct ble_nus_client_handles handles | ||
| } discovery_complete | ||
| struct { | ||
| uint8_t * data | ||
| uint16_t length | ||
| } tx_data | ||
| struct { | ||
| uint32_t reason | ||
| } disconnected | ||
| struct { | ||
| uint32_t reason | ||
| } error | ||
| }; | ||
Nordic UART Service Client event structure.
This structure is passed to an event coming from service.