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: BLE_Health_Thermometer2
Fork of nRF51822 by
ble_gatts_char_md_t Struct Reference
[Structures]
  GATT Characteristic metadata. More...
#include <ble_gatts.h>
| Data Fields | |
| ble_gatt_char_props_t | char_props | 
| Characteristic Properties. | |
| ble_gatt_char_ext_props_t | char_ext_props | 
| Characteristic Extended Properties. | |
| uint8_t * | p_char_user_desc | 
| Pointer to a UTF-8, NULL if the descriptor is not required. | |
| uint16_t | char_user_desc_max_size | 
| The maximum size in bytes of the user description descriptor. | |
| uint16_t | char_user_desc_size | 
| The size of the user description, must be smaller or equal to char_user_desc_max_size. | |
| ble_gatts_char_pf_t * | p_char_pf | 
| Pointer to a presentation format structure or NULL if the descriptor is not required. | |
| ble_gatts_attr_md_t * | p_user_desc_md | 
| Attribute metadata for the User Description descriptor, or NULL for default values. | |
| ble_gatts_attr_md_t * | p_cccd_md | 
| Attribute metadata for the Client Characteristic Configuration Descriptor, or NULL for default values. | |
| ble_gatts_attr_md_t * | p_sccd_md | 
| Attribute metadata for the Server Characteristic Configuration Descriptor, or NULL for default values. | |
Detailed Description
GATT Characteristic metadata.
Definition at line 176 of file ble_gatts.h.
Field Documentation
Characteristic Extended Properties.
Definition at line 179 of file ble_gatts.h.
Characteristic Properties.
Definition at line 178 of file ble_gatts.h.
| uint16_t char_user_desc_max_size | 
The maximum size in bytes of the user description descriptor.
Definition at line 181 of file ble_gatts.h.
| uint16_t char_user_desc_size | 
The size of the user description, must be smaller or equal to char_user_desc_max_size.
Definition at line 182 of file ble_gatts.h.
Attribute metadata for the Client Characteristic Configuration Descriptor, or NULL for default values.
Definition at line 185 of file ble_gatts.h.
Pointer to a presentation format structure or NULL if the descriptor is not required.
Definition at line 183 of file ble_gatts.h.
| uint8_t* p_char_user_desc | 
Pointer to a UTF-8, NULL if the descriptor is not required.
Definition at line 180 of file ble_gatts.h.
Attribute metadata for the Server Characteristic Configuration Descriptor, or NULL for default values.
Definition at line 186 of file ble_gatts.h.
Attribute metadata for the User Description descriptor, or NULL for default values.
Definition at line 184 of file ble_gatts.h.
Generated on Tue Jul 12 2022 16:58:44 by
 1.7.2
 1.7.2 
    