Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
ConnectionParametersUpdateCompleteEvent Struct Reference
Ble » 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. More...
 
connection_handle_t getConnectionHandle () const
 Get the handle of the connection that has been updated. More...
 
const conn_interval_tgetConnectionInterval () const
 Get the new connection interval. More...
 
const slave_latency_tgetSlaveLatency () const
 Get the new slave latency. More...
 
const supervision_timeout_tgetSupervisionTimeout () 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 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.

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.