dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gatt_char_props_t Struct Reference

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.

Definition at line 196 of file ble_gatt.h.

Field Documentation

uint8_t ble_gatt_char_props_t::auth_signed_wr

Writing the value with Signed Write Command permitted.

Definition at line 205 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::broadcast

Broadcasting of the value permitted.

Definition at line 199 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::indicate

Indications of the value permitted.

Definition at line 204 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::notify

Notification of the value permitted.

Definition at line 203 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::read

Reading the value permitted.

Definition at line 200 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::write

Writing the value with Write Request permitted.

Definition at line 202 of file ble_gatt.h.

uint8_t ble_gatt_char_props_t::write_wo_resp

Writing the value with Write Command permitted.

Definition at line 201 of file ble_gatt.h.


The documentation for this struct was generated from the following file: