Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_conn_upd_evt_t Struct Reference

This structure notifies that connection parameters has been updated. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the connection whose parameters has been updated. More...
 
uint16_t conn_intv
 Updated Connection Interval. More...
 
uint16_t conn_latency
 Updated slave latency. More...
 
uint16_t sup_to
 Updated supervision timeout. More...
 

Detailed Description

This structure notifies that connection parameters has been updated.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_conn_upd_evt_t::conn_hdl

Connection handle identifying the connection whose parameters has been updated.

◆ conn_intv

uint16_t st_ble_gap_conn_upd_evt_t::conn_intv

Updated Connection Interval.

Valid range is 0x0006 - 0x0C80.
Time(ms) = conn_intv * 1.25.

◆ conn_latency

uint16_t st_ble_gap_conn_upd_evt_t::conn_latency

Updated slave latency.

Valid range is 0x0000 - 0x01F3.

◆ sup_to

uint16_t st_ble_gap_conn_upd_evt_t::sup_to

Updated supervision timeout.

Valid range is 0x000A - 0x0C80.
Time(ms) = sup_to * 10.