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 |
Characteristic standard properties.
According to ble core spec 4.1 vol3;Part G 3.3.1.1, Current version support read, write, notify properties.
uint8_t broadcast |
Broadcasting of the value permitted.
uint8_t read |
Reading the value permitted.
uint8_t writeWoResp |
Writing the value with Write Command permitted.
uint8_t write |
Writing the value with Write Request permitted.
uint8_t notify |
Notification of the value permitted.
uint8_t indicate |
Indication of the value permitted.
uint8_t authSignedWr |
Writing the value with Signed Write Command permitted.
uint8_t reserve |
Reserve