![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
This structure notifies that a request for connection parameters update has been received. More...
Data Fields | |
| uint16_t | conn_hdl |
| Connection handle identifying the link that was requested to update connection parameters. More... | |
| uint16_t | conn_intv_min |
| Minimum connection interval. More... | |
| uint16_t | conn_intv_max |
| Maximum connection interval. More... | |
| uint16_t | conn_latency |
| Slave latency. More... | |
| uint16_t | sup_to |
| Supervision timeout. More... | |
This structure notifies that a request for connection parameters update has been received.
| uint16_t st_ble_gap_conn_upd_req_evt_t::conn_hdl |
Connection handle identifying the link that was requested to update connection parameters.
| uint16_t st_ble_gap_conn_upd_req_evt_t::conn_intv_min |
Minimum connection interval.
Valid range is 0x0006 - 0x0C80.
Time(ms) = conn_intv_min * 1.25.
| uint16_t st_ble_gap_conn_upd_req_evt_t::conn_intv_max |
Maximum connection interval.
Valid range is 0x0006 - 0x0C80.
Time(ms) = conn_intv_max * 1.25.
| uint16_t st_ble_gap_conn_upd_req_evt_t::conn_latency |
Slave latency.
Valid range is 0x0000 - 0x01F3.
| uint16_t st_ble_gap_conn_upd_req_evt_t::sup_to |
Supervision timeout.
Valid range is 0x000A - 0x0C80.
Time(ms) = sup_to * 10