Execute write flags
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
Defines the flags for Execute Write Request operations.
Macro Definition
| Macro | Description |
|---|---|
| GATT_EXEC_WRITE_FLAG_CANCEL_ALL | Cancel all prepared writes. |
| GATT_EXEC_WRITE_FLAG_WRITE | Writes all pending prepared values immediately. |
| GATT_EXEC_WRITE_FLAG_INTERNAL_CANCEL | Cancels all prepared writes due to an internal error. |
