Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

UpdateConnectionParametersRequestEvent Struct Reference

UpdateConnectionParametersRequestEvent Struct Reference
[Gap]

Event received when a peer wants to change the connection parameters. More...

#include <Events.h>

Public Member Functions

connection_handle_t getConnectionHandle () const
 Get the connection handle.
const conn_interval_tgetMinConnectionInterval () const
 Get the minimum connection interval requested.
const conn_interval_tgetMaxConnectionInterval () const
 Get the maximum connection interval requested.
const slave_latency_tgetSlaveLatency () const
 Get the slave latency requested.
const supervision_timeout_tgetSupervisionTimeout () const
 Get the supervision timeout requested.

Detailed Description

Event received when a peer wants to change the connection parameters.

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

Definition at line 676 of file Events.h.


Member Function Documentation

connection_handle_t getConnectionHandle (  ) const

Get the connection handle.

Definition at line 699 of file Events.h.

const conn_interval_t& getMaxConnectionInterval (  ) const

Get the maximum connection interval requested.

Definition at line 715 of file Events.h.

const conn_interval_t& getMinConnectionInterval (  ) const

Get the minimum connection interval requested.

Definition at line 707 of file Events.h.

const slave_latency_t& getSlaveLatency (  ) const

Get the slave latency requested.

Definition at line 723 of file Events.h.

const supervision_timeout_t& getSupervisionTimeout (  ) const

Get the supervision timeout requested.

Definition at line 731 of file Events.h.