BLE Library with custom services for the tortuga bike
Fork of BLE_API by
GattServerEvents Class Reference
The base class used to abstract away the callback events that can be triggered with the GATT Server. 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 } |
Detailed Description
The base class used to abstract away the callback events that can be triggered with the GATT Server.
Definition at line 25 of file GattServerEvents.h.
Member Enumeration Documentation
| enum gattEvent_e |
- Enumerator:
Definition at line 28 of file GattServerEvents.h.
Generated on Tue Jul 12 2022 21:14:56 by
1.7.2
