Procedure status

C

#define GATT_PROCEDURE_STATUS_CONTINUE                      0x00
#define GATT_PROCEDURE_STATUS_FINISH                        0x01

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_CONTINUEProcedure ongoing. Expect more events
GATT_PROCEDURE_STATUS_FINISHQuerying procedure is complete. Last event of this procedure.