nRF51 SDK v10.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
 
uint16_t nus_rx_handle
 
uint16_t nus_rx_cccd_handle
 
uint16_t nus_tx_handle
 
ble_nus_c_evt_handler_t evt_handler
 

Detailed Description

NUS Client structure.

Field Documentation

uint16_t ble_nus_c_s::conn_handle

Connection handle as provided by the SoftDevice.

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.

uint16_t ble_nus_c_s::nus_rx_cccd_handle

Handle of the CCCD of the NUS RX characteristic as provided by a discovery.

uint16_t ble_nus_c_s::nus_rx_handle

Handle of the NUS RX characteristic as provided by a discovery.

uint16_t ble_nus_c_s::nus_tx_handle

Handle of the NUS TX characteristic as provided by a discovery.

uint8_t ble_nus_c_s::uuid_type

UUID type.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.