WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
GapEvents Class Reference
The base class used to abstract away the callback events that can be triggered with the GAP. More...
#include <GapEvents.h>
Public Types | |
| enum | gapEvent_e { GAP_EVENT_TIMEOUT = 1, GAP_EVENT_CONNECTED = 2, GAP_EVENT_DISCONNECTED = 3 } |
Identifies GAP events generated by the radio HW when an event callback occurs. More... | |
| typedef enum GapEvents::gapEvent_e | gapEvent_t |
| Identifies GAP 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 GAP.
Definition at line 29 of file GapEvents.h.
Member Typedef Documentation
| typedef enum GapEvents::gapEvent_e gapEvent_t |
Identifies GAP events generated by the radio HW when an event callback occurs.
Member Enumeration Documentation
| enum gapEvent_e |
Identifies GAP events generated by the radio HW when an event callback occurs.
- Enumerator:
Definition at line 39 of file GapEvents.h.
Generated on Tue Jul 12 2022 12:29:06 by
1.7.2
