nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_char_t Struct Reference

GATT characteristic. More...

#include <ble_gattc.h>

Data Fields

ble_uuid_t uuid
 
ble_gatt_char_props_t char_props
 
uint8_t char_ext_props: 1
 
uint16_t handle_decl
 
uint16_t handle_value
 

Detailed Description

GATT characteristic.

Field Documentation

uint8_t ble_gattc_char_t::char_ext_props

Extended properties present.

ble_gatt_char_props_t ble_gattc_char_t::char_props

Characteristic Properties.

uint16_t ble_gattc_char_t::handle_decl

Handle of the Characteristic Declaration.

uint16_t ble_gattc_char_t::handle_value

Handle of the Characteristic Value.

ble_uuid_t ble_gattc_char_t::uuid

Characteristic UUID.