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 BLE_API by
Gap::DisconnectionCallbackParams_t Struct Reference
Structure that encapsulates information about a disconnection event. More...
#include <Gap.h>
Public Member Functions | |
DisconnectionCallbackParams_t (Handle_t handleIn, DisconnectionReason_t reasonIn) | |
Constructor for DisconnectionCallbackParams_t. | |
Data Fields | |
Handle_t | handle |
The ID of the connection that caused the disconnection event. | |
DisconnectionReason_t | reason |
The reason of the disconnection event. |
Detailed Description
Structure that encapsulates information about a disconnection event.
Refer to Gap::onDisconnection().
Definition at line 268 of file Gap.h.
Constructor & Destructor Documentation
DisconnectionCallbackParams_t | ( | Handle_t | handleIn, |
DisconnectionReason_t | reasonIn | ||
) |
Constructor for DisconnectionCallbackParams_t.
- Parameters:
-
[in] handleIn Value for DisconnectionCallbackParams_t::handle. [in] reasonIn Value for DisconnectionCallbackParams_t::reason.
Field Documentation
Handle_t handle |
Generated on Tue Jul 12 2022 19:56:19 by
