nRF5 SDK v16.0.0
Data Fields
ble_nus_c_handles_t Struct Reference

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

#include <ble_nus_c.h>

Data Fields

uint16_t nus_tx_handle
 
uint16_t nus_tx_cccd_handle
 
uint16_t nus_rx_handle
 

Detailed Description

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

Field Documentation

uint16_t ble_nus_c_handles_t::nus_rx_handle

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

uint16_t ble_nus_c_handles_t::nus_tx_cccd_handle

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

uint16_t ble_nus_c_handles_t::nus_tx_handle

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


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

Documentation feedback | Developer Zone | Subscribe | Updated