GATT server configuration definitions

C

#define GATTS_CONFIG_NONE                                   (0x0000U)
#define GATTS_CONFIG_CACHING_SUPPORT                        (0x0001U)

Description

Defines GATT Server configuration bits.

Macro Definition

MacroDescription
GATTS_CONFIG_NONENo configuration for any supported functions.
GATTS_CONFIG_CACHING_SUPPORTBit 0: Enables caching support on the GATT Server. If caching is enabled, the API GATTS_UpdateBondingInfo must be called after a link is established. Failure to do so will result in the GATT Server not processing incoming packets.