6/22 上下往復完成版
Fork of BLE_WallbotBLE_Challenge_byYUTAKA3 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 30 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 40 of file GapEvents.h.
Generated on Tue Jul 12 2022 17:14:26 by
1.7.2
