My climat station
GattServerEvents Class Reference
[Server]
Abstract events generated by a GattServer vendor port. More...
#include <GattServerEvents.h>
Public Types | |
| enum | gattEvent_e { GATT_EVENT_DATA_SENT = 1, GATT_EVENT_DATA_WRITTEN = 2, GATT_EVENT_UPDATES_ENABLED = 3, GATT_EVENT_UPDATES_DISABLED = 4, GATT_EVENT_CONFIRMATION_RECEIVED = 5, GATT_EVENT_READ_AUTHORIZATION_REQ = 6, GATT_EVENT_WRITE_AUTHORIZATION_REQ = 7 } |
Enumeration of events, which a GattServer implementation can generate. More... | |
| typedef enum GattServerEvents::gattEvent_e | gattEvent_t |
| Enumeration of events, which a GattServer implementation can generate. | |
Detailed Description
Abstract events generated by a GattServer vendor port.
- Attention:
- This class is not part of the public API.
Definition at line 34 of file GattServerEvents.h.
Member Typedef Documentation
| typedef enum GattServerEvents::gattEvent_e gattEvent_t |
Enumeration of events, which a GattServer implementation can generate.
Member Enumeration Documentation
| enum gattEvent_e |
Enumeration of events, which a GattServer implementation can generate.
- Enumerator:
Definition at line 41 of file GattServerEvents.h.
Generated on Tue Jul 12 2022 14:26:46 by
1.7.2
Gleb Klochkov