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
Macro | Description |
---|---|
GATT_PROCEDURE_STATUS_CONTINUE | Procedure ongoing. Expect more events |
GATT_PROCEDURE_STATUS_FINISH | Querying procedure is complete. Last event of this procedure. |