nRF5 SDK v13.0.0
Data Fields
ble_nus_c_s Struct Reference

NUS Client structure. More...

#include <ble_nus_c.h>

Data Fields

uint8_t uuid_type
 
uint16_t conn_handle
 
ble_nus_c_handles_t handles
 
ble_nus_c_evt_handler_t evt_handler
 

Detailed Description

NUS Client structure.

Field Documentation

uint16_t ble_nus_c_s::conn_handle

Handle of the current connection. Set with ble_nus_c_handles_assign when connected.

ble_nus_c_evt_handler_t ble_nus_c_s::evt_handler

Application event handler to be called when there is an event related to the NUS.

ble_nus_c_handles_t ble_nus_c_s::handles

Handles on the connected peer device needed to interact with it.

uint8_t ble_nus_c_s::uuid_type

UUID type.


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

Documentation feedback | Developer Zone | Subscribe | Updated