Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

ConnectionParametersUpdateCompleteEvent Struct Reference

ConnectionParametersUpdateCompleteEvent Struct Reference
[Gap]

Event received when connection parameters have been updated. More...

#include <Events.h>

Public Member Functions

ble_error_t getStatus () const
 Get the status of the operation.
connection_handle_t getConnectionHandle () const
 Get the handle of the connection that has been updated.
const conn_interval_tgetConnectionInterval () const
 Get the new connection interval.
const slave_latency_tgetSlaveLatency () const
 Get the new slave latency.
const supervision_timeout_tgetSupervisionTimeout () const
 Get the new supervision timeout.

Detailed Description

Event received when connection parameters have been updated.

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

Definition at line 749 of file Events.h.


Member Function Documentation

connection_handle_t getConnectionHandle (  ) const

Get the handle of the connection that has been updated.

Definition at line 781 of file Events.h.

const conn_interval_t& getConnectionInterval (  ) const

Get the new connection interval.

Definition at line 789 of file Events.h.

const slave_latency_t& getSlaveLatency (  ) const

Get the new slave latency.

Definition at line 797 of file Events.h.

ble_error_t getStatus (  ) const

Get the status of the operation.

It is equal to BLE_ERROR_NONE in case of success.

Definition at line 773 of file Events.h.

const supervision_timeout_t& getSupervisionTimeout (  ) const

Get the new supervision timeout.

Definition at line 805 of file Events.h.