nRF5 SDK v16.0.0
Data Fields
ble_nus_s Struct Reference

Nordic UART Service structure. More...

#include <ble_nus.h>

Data Fields

uint8_t uuid_type
 
uint16_t service_handle
 
ble_gatts_char_handles_t tx_handles
 
ble_gatts_char_handles_t rx_handles
 
blcm_link_ctx_storage_t *const p_link_ctx_storage
 
ble_nus_data_handler_t data_handler
 

Detailed Description

Nordic UART Service structure.

This structure contains status information related to the service.

Field Documentation

ble_nus_data_handler_t ble_nus_s::data_handler

Event handler to be called for handling received data.

blcm_link_ctx_storage_t* const ble_nus_s::p_link_ctx_storage

Pointer to link context storage with handles of all current connections and its context.

ble_gatts_char_handles_t ble_nus_s::rx_handles

Handles related to the RX characteristic (as provided by the SoftDevice).

uint16_t ble_nus_s::service_handle

Handle of Nordic UART Service (as provided by the SoftDevice).

ble_gatts_char_handles_t ble_nus_s::tx_handles

Handles related to the TX characteristic (as provided by the SoftDevice).

uint8_t ble_nus_s::uuid_type

UUID type for Nordic UART Service Base UUID.


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

Documentation feedback | Developer Zone | Subscribe | Updated