Service(128 bits UUID) description. More...
#include <ble_gatts.h>
Public Attributes | |
uint8_t | uuid [16] |
uint16_t | perm |
uint16_t | ext_perm |
uint16_t | max_size |
Service(128 bits UUID) description.
Definition at line 258 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_128_t::ext_perm |
Attribute extended permissions, see Attribute Extend Permission.
Definition at line 268 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_128_t::max_size |
Attribute max size.
Definition at line 275 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_128_t::perm |
Attribute permissions, see Attribute Permission.
Definition at line 261 of file ble_gatts.h.
uint8_t ble_gatts_attm_desc_128_t::uuid[16] |
128 bits UUID LSB First.
Definition at line 260 of file ble_gatts.h.