Disconnection event. More...
#include <Gap.h>
Public Member Functions | |
DisconnectionCallbackParams_t (Handle_t handleIn, DisconnectionReason_t reasonIn) | |
Construct a DisconnectionCallbackParams_t. More... | |
Data Fields | |
Handle_t | handle |
ID of the connection that has ended. More... | |
DisconnectionReason_t | reason |
Reason of the disconnection. More... | |
Disconnection event.
Instances of this event are passed to callbacks registered with Gap::onDisconnection() when a connection ends.
DisconnectionCallbackParams_t | ( | Handle_t | handleIn, |
DisconnectionReason_t | reasonIn | ||
) |
Construct a DisconnectionCallbackParams_t.
[in] | handleIn | Value assigned to handle. |
[in] | reasonIn | Value assigned to reason. |
DisconnectionReason_t reason |