1.1.2.1.2.1.9 Execute write flag

C

#define GATT_EXEC_WRITE_FLAG_CANCEL_ALL                     0x00
#define GATT_EXEC_WRITE_FLAG_WRITE                          0x01
#define GATT_EXEC_WRITE_FLAG_INTERNAL_CANCEL                0x02

Description

The definition of flags for Execute Write Request.

Macro Definition

MacroDescription
GATT_EXEC_WRITE_FLAG_CANCEL_ALLCancel all prepared writes.
GATT_EXEC_WRITE_FLAG_WRITEImmediately write all pending prepared values.
GATT_EXEC_WRITE_FLAG_INTERNAL_CANCELCancel all prepared writes due to internal error.