S113 SoftDevice v7.3.0
Macros
GAP Characteristic inclusion configurations

Macros

#define BLE_GAP_CHAR_INCL_CONFIG_INCLUDE   (0)
 
#define BLE_GAP_CHAR_INCL_CONFIG_EXCLUDE_WITH_SPACE   (1)
 
#define BLE_GAP_CHAR_INCL_CONFIG_EXCLUDE_WITHOUT_SPACE   (2)
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_CHAR_INCL_CONFIG_EXCLUDE_WITH_SPACE   (1)

Do not include the characteristic in the Attribute table. The SoftDevice will reserve the attribute handles which are otherwise used for this characteristic. By reserving the attribute handles it will be possible to upgrade the SoftDevice without changing handle of the Service Changed characteristic.

#define BLE_GAP_CHAR_INCL_CONFIG_EXCLUDE_WITHOUT_SPACE   (2)

Do not include the characteristic in the Attribute table. The SoftDevice will not reserve the attribute handles which are otherwise used for this characteristic.

#define BLE_GAP_CHAR_INCL_CONFIG_INCLUDE   (0)

Include the characteristic in the Attribute Table


Documentation feedback | Developer Zone | Subscribe | Updated