GATT client configuration definitions
C
#define GATTC_CONFIG_NONE (0x0000U) #define GATTC_CONFIG_MANUAL_CONFIRMATION (0x0001U)
Description
Defines GATT Client configuration bits.
Macro Definition
Macro | Description |
---|---|
GATTC_CONFIG_NONE | No configuration for any supported functions. |
GATTC_CONFIG_MANUAL_CONFIRMATION | Bit 0: Configures ATT stack for manual confirmation of received indications. |