adaptation for book and plug demo
Fork of BLE_API 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 Wed Jul 13 2022 09:31:10 by 1.7.2