nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
ble_nus_client_evt Struct Reference

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 
 
};  
 

Detailed Description

Nordic UART Service Client event structure.

This structure is passed to an event coming from service.


The documentation for this struct was generated from the following file: