Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gattc_char_t Struct Reference

ble_gattc_char_t Struct Reference
[Structures]

GATT characteristic. More...

#include <ble_gattc.h>

Data Fields

ble_uuid_t uuid
 Characteristic UUID.
ble_gatt_char_props_t char_props
 Characteristic Properties.
uint8_t char_ext_props: 1
 Extended properties present.
uint16_t handle_decl
 Handle of the Characteristic Declaration.
uint16_t handle_value
 Handle of the Characteristic Value.

Detailed Description

GATT characteristic.

Definition at line 82 of file ble_gattc.h.


Field Documentation

uint8_t char_ext_props

Extended properties present.

Definition at line 86 of file ble_gattc.h.

Characteristic Properties.

Definition at line 85 of file ble_gattc.h.

uint16_t handle_decl

Handle of the Characteristic Declaration.

Definition at line 87 of file ble_gattc.h.

uint16_t handle_value

Handle of the Characteristic Value.

Definition at line 88 of file ble_gattc.h.

Characteristic UUID.

Definition at line 84 of file ble_gattc.h.