![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that connection parameters has been updated.
uint16_t st_ble_gap_conn_upd_evt_t::conn_hdl |
Connection handle identifying the connection whose parameters has been updated.
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.
uint16_t st_ble_gap_conn_upd_evt_t::conn_latency |
Updated slave latency.
Valid range is 0x0000 - 0x01F3.
uint16_t st_ble_gap_conn_upd_evt_t::sup_to |
Updated supervision timeout.
Valid range is 0x000A - 0x0C80.
Time(ms) = sup_to * 10.