S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gatts_char_handles_t Struct Reference

GATT Characteristic Definition Handles. More...

#include <ble_gatts.h>

Data Fields

uint16_t value_handle
 
uint16_t user_desc_handle
 
uint16_t cccd_handle
 
uint16_t sccd_handle
 

Detailed Description

GATT Characteristic Definition Handles.

Field Documentation

uint16_t ble_gatts_char_handles_t::cccd_handle

Handle to the Client Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.

uint16_t ble_gatts_char_handles_t::sccd_handle

Handle to the Server Characteristic Configuration Descriptor, or BLE_GATT_HANDLE_INVALID if not present.

uint16_t ble_gatts_char_handles_t::user_desc_handle

Handle to the User Description descriptor, or BLE_GATT_HANDLE_INVALID if not present.

uint16_t ble_gatts_char_handles_t::value_handle

Handle to the characteristic value.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.