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_gatt_char_props_t Struct Reference

ble_gatt_char_props_t Struct Reference
[Structures]

GATT Characteristic Properties. More...

#include <ble_gatt.h>

Data Fields

uint8_t broadcast:1
 Broadcasting of value permitted.
uint8_t read:1
 Reading value permitted.
uint8_t write_wo_resp:1
 Writing value with Write Command permitted.
uint8_t write:1
 Writing value with Write Request permitted.
uint8_t notify:1
 Notications of value permitted.
uint8_t indicate:1
 Indications of value permitted.
uint8_t auth_signed_wr:1
 Writing value with Signed Write Command permitted.

Detailed Description

GATT Characteristic Properties.

Definition at line 144 of file ble_gatt.h.


Field Documentation

uint8_t auth_signed_wr

Writing value with Signed Write Command permitted.

Definition at line 153 of file ble_gatt.h.

uint8_t broadcast

Broadcasting of value permitted.

Definition at line 147 of file ble_gatt.h.

uint8_t indicate

Indications of value permitted.

Definition at line 152 of file ble_gatt.h.

uint8_t notify

Notications of value permitted.

Definition at line 151 of file ble_gatt.h.

uint8_t read

Reading value permitted.

Definition at line 148 of file ble_gatt.h.

uint8_t write

Writing value with Write Request permitted.

Definition at line 150 of file ble_gatt.h.

uint8_t write_wo_resp

Writing value with Write Command permitted.

Definition at line 149 of file ble_gatt.h.