Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
UpdateConnectionParametersRequestEvent Struct Reference
Ble » 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. More...
 
const conn_interval_tgetMinConnectionInterval () const
 Get the minimum connection interval requested. More...
 
const conn_interval_tgetMaxConnectionInterval () const
 Get the maximum connection interval requested. More...
 
const slave_latency_tgetSlaveLatency () const
 Get the slave latency requested. More...
 
const supervision_timeout_tgetSupervisionTimeout () 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 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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.