GATT client configuration definitions

C

#define GATTC_CONFIG_NONE                                   (0x0000U)
#define GATTC_CONFIG_MANUAL_CONFIRMATION                    (0x0001U)

Description

Defines GATT Client configuration bits.

Macro Definition

MacroDescription
GATTC_CONFIG_NONENo configuration for any supported functions.
GATTC_CONFIG_MANUAL_CONFIRMATIONBit 0: Configures ATT stack for manual confirmation of received indications.