1.1.2.1.2.1.12 GATT server configuration definitions

C

#define GATTS_CONFIG_NONE                                   0x0000
#define GATTS_CONFIG_CACHING_SUPPORT                        0x0001

Description

The definition of GATT server configuration bits.

Macro Definition

MacroDescription
GATTS_CONFIG_NONENot configure anyone of the supported function.
GATTS_CONFIG_CACHING_SUPPORTbit 0: Configure GATT Server support caching function. If gatt caching is supported, the API GATTS_UpdateBondingInfo must be called after link connected.Otherwise, the GATT Server won't start process the incoming packets.