InPlay API
|
Connection parameters. More...
#include <in_ble_gap.h>
Data Fields | |
uint16_t | conn_intv_min |
uint16_t | conn_intv_max |
uint16_t | conn_latency |
Slave latency. Number of events that can be missed by a connected slave device. | |
uint16_t | supervision_to |
Link supervision timeout (in unit of 10ms). Allowed range is 100ms to 32s. | |
Connection parameters.
uint16_t conn_intv_max |
Maximum value for the connection interval (in unit of 1.25ms). Shall be greater than or equal to conn_intv_min value. Allowed range is 7.5ms to 4s.
uint16_t conn_intv_min |
Minimum value for the connection interval (in unit of 1.25ms). Shall be less than or equal to conn_intv_max value. Allowed range is 7.5ms to 4s.