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.
ble_gatt_char_ext_props_t Struct Reference
[Structures]
GATT Characteristic Extended Properties. More...
#include <ble_gatt.h>
Data Fields | |
uint8_t | reliable_wr:1 |
Writing the value with Queued Write operations permitted. | |
uint8_t | wr_aux:1 |
Writing the Characteristic User Description descriptor permitted. |
Detailed Description
GATT Characteristic Extended Properties.
Definition at line 182 of file ble_gatt.h.
Field Documentation
uint8_t reliable_wr |
Writing the value with Queued Write operations permitted.
Definition at line 185 of file ble_gatt.h.
uint8_t wr_aux |
Writing the Characteristic User Description descriptor permitted.
Definition at line 186 of file ble_gatt.h.
Generated on Tue Jul 12 2022 15:07:17 by
