nRF5 SDK v16.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
 
ble_srv_error_handler_t error_handler
 
nrf_ble_gq_tp_gatt_queue
 

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_srv_error_handler_t ble_nus_c_s::error_handler

Function to be called in case of an error.

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.

nrf_ble_gq_t* ble_nus_c_s::p_gatt_queue

Pointer to BLE GATT Queue instance.

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