ble_gatt_char_props_t

S120 SoftDevice v2.1.0 API

S120 SoftDevice v2.1.0

GATT Characteristic Properties. More...

#include <ble_gatt.h>

Data Fields

uint8_t broadcast :1
uint8_t read :1
uint8_t write_wo_resp :1
uint8_t write :1
uint8_t notify :1
uint8_t indicate :1
uint8_t auth_signed_wr :1

Detailed Description

GATT Characteristic Properties.

Field Documentation

uint8_t ble_gatt_char_props_t::auth_signed_wr

Writing value with Signed Write Command permitted.

uint8_t ble_gatt_char_props_t::broadcast

Broadcasting of value permitted.

uint8_t ble_gatt_char_props_t::indicate

Indications of value permitted.

uint8_t ble_gatt_char_props_t::notify

Notications of value permitted.

uint8_t ble_gatt_char_props_t::read

Reading value permitted.

uint8_t ble_gatt_char_props_t::write

Writing value with Write Request permitted.

uint8_t ble_gatt_char_props_t::write_wo_resp

Writing value with Write Command permitted.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .