Procedure status

C

#define GATT_PROCEDURE_STATUS_CONTINUE                      (0x00U)
#define GATT_PROCEDURE_STATUS_FINISH                        (0x01U)

Description

Represents the status of a GATT procedure.

Note

GATT procedures may span multiple ATT requests, resulting in multiple events for a single procedure. The status within an event indicates whether the procedure is ongoing or has concluded.

Macro Definition

MacroDescription
GATT_PROCEDURE_STATUS_CONTINUEQuerying procedure continues. Further events will be received.
GATT_PROCEDURE_STATUS_FINISHQuerying procedure is complete. Last event of this procedure.