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
 

Detailed Description

Service(128 bits UUID) description.

Definition at line 253 of file ble_gatts.h.

Member Data Documentation

◆ ext_perm

uint16_t ble_gatts_attm_desc_128_t::ext_perm

Attribute extended permissions, see Attribute Extend Permission.

  • For Primary/Secondary/Included Services, this field is not used, set to 0.
  • For Characteristic Declaration, this field is not used, set to 0.
  • For Characteristic Extended Properties, this field is not used, set to 0.
  • For Client Characteristic Configuration and Server Characteristic Configuration, value must be saved in user space, user needn't to set this value location bit. The UUID length type must be set to 0.

Definition at line 263 of file ble_gatts.h.

◆ max_size

uint16_t ble_gatts_attm_desc_128_t::max_size

Attribute max size.

  • For Primary/Secondary/Included Services, this field is not used, set to 0.
  • For Characteristic Declaration, this field is not used, set to 0.
  • For Characteristic Extended Properties, this field contains 2-byte value.
  • For Client Characteristic Configuration and Server Characteristic Configuration, this field is not used, set to 0.
  • For others, this field is attribute max size.

Definition at line 270 of file ble_gatts.h.

◆ perm

uint16_t ble_gatts_attm_desc_128_t::perm

Attribute permissions, see Attribute Permission.

Definition at line 256 of file ble_gatts.h.

◆ uuid

uint8_t ble_gatts_attm_desc_128_t::uuid[16]

128 bits UUID LSB First.

Definition at line 255 of file ble_gatts.h.


The documentation for this struct was generated from the following file: