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.
Dependents: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of nRF51822 by
ble_gattc_char_t Struct Reference
[Structures]
GATT characteristic. More...
#include <ble_gattc.h>
Data Fields | |
| ble_uuid_t | uuid |
| Characteristic UUID. | |
| ble_gatt_char_props_t | char_props |
| Characteristic Properties. | |
| uint8_t | char_ext_props: 1 |
| Extended properties present. | |
| uint16_t | handle_decl |
| Handle of the Characteristic Declaration. | |
| uint16_t | handle_value |
| Handle of the Characteristic Value. | |
Detailed Description
GATT characteristic.
Definition at line 124 of file ble_gattc.h.
Field Documentation
| uint8_t char_ext_props |
Extended properties present.
Definition at line 128 of file ble_gattc.h.
Characteristic Properties.
Definition at line 127 of file ble_gattc.h.
| uint16_t handle_decl |
Handle of the Characteristic Declaration.
Definition at line 129 of file ble_gattc.h.
| uint16_t handle_value |
Handle of the Characteristic Value.
Definition at line 130 of file ble_gattc.h.
Characteristic UUID.
Definition at line 126 of file ble_gattc.h.
Generated on Tue Jul 12 2022 17:15:09 by
1.7.2
