nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_nus_init_t Struct Reference

Nordic UART Service initialization structure. More...

#include <ble_nus.h>

Data Fields

ble_nus_data_handler_t data_handler
 

Detailed Description

Nordic UART Service initialization structure.

This structure contains the initialization information for the service. The application must fill this structure and pass it to the service using the ble_nus_init function.

Field Documentation

ble_nus_data_handler_t ble_nus_init_t::data_handler

Event handler to be called for handling received data.