Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

DisconnectionCompleteEvent Struct Reference

DisconnectionCompleteEvent Struct Reference
[Gap]

Event produced when a disconnection is complete. More...

#include <Events.h>

Public Member Functions

connection_handle_t getConnectionHandle () const
 Get the handle of the connection that has expired.
const disconnection_reason_tgetReason () const
 Get the reason of the disconnection.

Detailed Description

Event produced when a disconnection is complete.

See also:
ble::Gap::EventHandler::onDisconnectionComplete().

Definition at line 637 of file Events.h.


Member Function Documentation

connection_handle_t getConnectionHandle (  ) const

Get the handle of the connection that has expired.

Definition at line 653 of file Events.h.

const disconnection_reason_t& getReason (  ) const

Get the reason of the disconnection.

Definition at line 661 of file Events.h.