GATT server configuration definitions
C
#define GATTS_CONFIG_NONE 0x0000 #define GATTS_CONFIG_CACHING_SUPPORT 0x0001
Description
Defines GATT Server configuration bits.
Macro Definition
Macro | Description |
---|---|
GATTS_CONFIG_NONE | No configuration for any supported functions. |
GATTS_CONFIG_CACHING_SUPPORT | Bit 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. |