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
| Macro | Description | 
|---|---|
| GATT_EXEC_WRITE_FLAG_CANCEL_ALL | Cancel all prepared writes. | 
| GATT_EXEC_WRITE_FLAG_WRITE | Immediately write all pending prepared values. | 
| GATT_EXEC_WRITE_FLAG_INTERNAL_CANCEL | Cancel all prepared writes due to internal error. | 
