Mbed OS Reference
Loading...
Searching...
No Matches
UpdateConnectionParametersRequestEvent Struct Reference

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. More...
 
const conn_interval_t & getMinConnectionInterval () const
 Get the minimum connection interval requested. More...
 
const conn_interval_t & getMaxConnectionInterval () const
 Get the maximum connection interval requested. More...
 
const slave_latency_t & getSlaveLatency () const
 Get the slave latency requested. More...
 
const supervision_timeout_t & getSupervisionTimeout () const
 Get the supervision timeout requested. More...
 

Detailed Description

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

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

Definition at line 815 of file Events.h.

Member Function Documentation

◆ getConnectionHandle()

connection_handle_t getConnectionHandle ( ) const

Get the connection handle.

Definition at line 838 of file Events.h.

◆ getMinConnectionInterval()

const conn_interval_t & getMinConnectionInterval ( ) const

Get the minimum connection interval requested.

Definition at line 846 of file Events.h.

◆ getMaxConnectionInterval()

const conn_interval_t & getMaxConnectionInterval ( ) const

Get the maximum connection interval requested.

Definition at line 854 of file Events.h.

◆ getSlaveLatency()

const slave_latency_t & getSlaveLatency ( ) const

Get the slave latency requested.

Definition at line 862 of file Events.h.

◆ getSupervisionTimeout()

const supervision_timeout_t & getSupervisionTimeout ( ) const

Get the supervision timeout requested.

Definition at line 870 of file Events.h.