Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
Gap::DisconnectionCallbackParams_t Struct Reference
Disconnection event. More...
#include <Gap.h>
Public Member Functions | |
DisconnectionCallbackParams_t (Handle_t handleIn, DisconnectionReason_t reasonIn) | |
Construct a DisconnectionCallbackParams_t. | |
Data Fields | |
Handle_t | handle |
ID of the connection that has ended. | |
DisconnectionReason_t | reason |
Reason of the disconnection. |
Detailed Description
Disconnection event.
Instances of this event are passed to callbacks registered with Gap::onDisconnection() when a connection ends.
- Note:
- Constructor is not meant to be called by user code. The BLE API vendor code generates ConnectionCallbackParams_t.
Definition at line 714 of file Gap.h.
Constructor & Destructor Documentation
DisconnectionCallbackParams_t | ( | Handle_t | handleIn, |
DisconnectionReason_t | reasonIn | ||
) |
Construct a DisconnectionCallbackParams_t.
- Parameters:
-
[in] handleIn Value assigned to handle. [in] reasonIn Value assigned to reason.
Field Documentation
Generated on Fri Jul 22 2022 04:54:12 by
