Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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.
Generated on Tue Jul 12 2022 14:11:24 by
