New version
Based on the main repo's master version, with edits to the API.
This commit is contained in:
parent
cb039a4336
commit
dfb4bacd07
1 changed files with 4 additions and 4 deletions
|
@ -33,13 +33,13 @@ public:
|
|||
/*!
|
||||
\brief
|
||||
Identifies GAP events generated by the radio HW when an event
|
||||
callback occurs
|
||||
callback occurs.
|
||||
*/
|
||||
/******************************************************************/
|
||||
typedef enum gapEvent_e {
|
||||
GAP_EVENT_TIMEOUT = 1, /**< Advertising timed out before a connection was established */
|
||||
GAP_EVENT_CONNECTED = 2, /**< A connection was established with a central device */
|
||||
GAP_EVENT_DISCONNECTED = 3 /**< A connection was closed or lost with a central device */
|
||||
GAP_EVENT_TIMEOUT = 1, /**< Advertising timed out before a connection could be established. */
|
||||
GAP_EVENT_CONNECTED = 2, /**< A connection was established with a central device. */
|
||||
GAP_EVENT_DISCONNECTED = 3 /**< A connection was closed or lost with a central device. */
|
||||
} gapEvent_t;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue