Service(16-bit UUID) description. More...
#include <ble_gatts.h>
Public Attributes | |
uint16_t | uuid |
16-bit LSB-first UUID More... | |
uint16_t | perm |
Attribute permissions, see Attribute Permission. More... | |
uint16_t | ext_perm |
Attribute extended permissions, see Attribute Extend Permission. More... | |
uint16_t | max_size |
Attribute max size. More... | |
Service(16-bit UUID) description.
Definition at line 230 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_t::ext_perm |
Attribute extended permissions, see Attribute Extend Permission.
Definition at line 240 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_t::max_size |
Attribute max size.
Definition at line 247 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_t::perm |
Attribute permissions, see Attribute Permission.
Definition at line 233 of file ble_gatts.h.
uint16_t ble_gatts_attm_desc_t::uuid |
16-bit LSB-first UUID
Definition at line 232 of file ble_gatts.h.