6/22 上下往復完成版
Fork of BLE_WallbotBLE_Challenge_byYUTAKA3 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 } |
Identifies GATT events generated by the radio HW when an event callback occurs. More... | |
| typedef enum GattServerEvents::gattEvent_e | gattEvent_t |
| Identifies GATT events generated by the radio HW when an event callback occurs. | |
Detailed Description
The base class used to abstract away the callback events that can be triggered with the GATT Server.
Definition at line 30 of file GattServerEvents.h.
Member Typedef Documentation
| typedef enum GattServerEvents::gattEvent_e gattEvent_t |
Identifies GATT events generated by the radio HW when an event callback occurs.
Member Enumeration Documentation
| enum gattEvent_e |
Identifies GATT events generated by the radio HW when an event callback occurs.
- Enumerator:
Definition at line 40 of file GattServerEvents.h.
Generated on Tue Jul 12 2022 17:14:26 by
1.7.2
