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

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. More...
 
connection_handle_t getConnectionHandle () const
 Get the handle of the connection that has been updated. More...
 
const conn_interval_t & getConnectionInterval () const
 Get the new connection interval. More...
 
const slave_latency_t & getSlaveLatency () const
 Get the new slave latency. More...
 
const supervision_timeout_t & getSupervisionTimeout () const
 Get the new supervision timeout. More...
 

Detailed Description

Event received when connection parameters have been updated.

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

Definition at line 888 of file Events.h.

Member Function Documentation

◆ getStatus()

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 912 of file Events.h.

◆ getConnectionHandle()

connection_handle_t getConnectionHandle ( ) const

Get the handle of the connection that has been updated.

Definition at line 920 of file Events.h.

◆ getConnectionInterval()

const conn_interval_t & getConnectionInterval ( ) const

Get the new connection interval.

Definition at line 928 of file Events.h.

◆ getSlaveLatency()

const slave_latency_t & getSlaveLatency ( ) const

Get the new slave latency.

Definition at line 936 of file Events.h.

◆ getSupervisionTimeout()

const supervision_timeout_t & getSupervisionTimeout ( ) const

Get the new supervision timeout.

Definition at line 944 of file Events.h.