adaptation for book and plug demo
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 Wed Jul 13 2022 09:31:10 by 1.7.2