Connection parameter used to update connection parameters. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | interval |
uint16_t | latency |
uint16_t | sup_timeout |
Connection parameter used to update connection parameters.
Definition at line 450 of file ble_gapc.h.
uint16_t ble_gap_conn_update_cmp_t::interval |
Connection interval. Range: 0x0006 to 0x0C80. Unit: 1.25 ms. Time range: 7.5 ms to 4 s.
Definition at line 452 of file ble_gapc.h.
uint16_t ble_gap_conn_update_cmp_t::latency |
Latency for the connection in number of connection events. Range: 0x0000 to 0x01F3.
Definition at line 453 of file ble_gapc.h.
uint16_t ble_gap_conn_update_cmp_t::sup_timeout |
Supervision timeout for the LE link. Range: 0x000A to 0x0C80, unit: 10 ms, time range: 100 ms to 32 s.
Definition at line 454 of file ble_gapc.h.