Developer World
Spresense SDK Library v3.2.0-ebc0364
BLE_CHAR_PROP Struct Reference

Characteristic standard properties. More...

#include <ble_gatt.h>

Public Attributes

uint8_t broadcast:1
 
uint8_t read:1
 
uint8_t writeWoResp:1
 
uint8_t write:1
 
uint8_t notify:1
 
uint8_t indicate:1
 
uint8_t authSignedWr:1
 
uint8_t reserve:1
 

Detailed Description

Characteristic standard properties.

According to ble core spec 4.1 vol3;Part G 3.3.1.1, Current version support read, write, notify properties.

Member Data Documentation

◆ broadcast

uint8_t broadcast

Broadcasting of the value permitted.

◆ read

uint8_t read

Reading the value permitted.

◆ writeWoResp

uint8_t writeWoResp

Writing the value with Write Command permitted.

◆ write

uint8_t write

Writing the value with Write Request permitted.

◆ notify

uint8_t notify

Notification of the value permitted.

◆ indicate

uint8_t indicate

Indication of the value permitted.

◆ authSignedWr

uint8_t authSignedWr

Writing the value with Signed Write Command permitted.

◆ reserve

uint8_t reserve

Reserve


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