nRF51 SDK v10.0.0
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.