None

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

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 the value permitted.
uint8_t read:1
 Reading the value permitted.
uint8_t write_wo_resp:1
 Writing the value with Write Command permitted.
uint8_t write:1
 Writing the value with Write Request permitted.
uint8_t notify:1
 Notications of the value permitted.
uint8_t indicate:1
 Indications of the value permitted.
uint8_t auth_signed_wr:1
 Writing the value with Signed Write Command permitted.

Detailed Description

GATT Characteristic Properties.

Definition at line 169 of file ble_gatt.h.


Field Documentation

uint8_t auth_signed_wr

Writing the value with Signed Write Command permitted.

Definition at line 178 of file ble_gatt.h.

uint8_t broadcast

Broadcasting of the value permitted.

Definition at line 172 of file ble_gatt.h.

uint8_t indicate

Indications of the value permitted.

Definition at line 177 of file ble_gatt.h.

uint8_t notify

Notications of the value permitted.

Definition at line 176 of file ble_gatt.h.

uint8_t read

Reading the value permitted.

Definition at line 173 of file ble_gatt.h.

uint8_t write

Writing the value with Write Request permitted.

Definition at line 175 of file ble_gatt.h.

uint8_t write_wo_resp

Writing the value with Write Command permitted.

Definition at line 174 of file ble_gatt.h.