High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Embed: (wiki syntax)

« Back to documentation index

Gap::ConnectionParams_t Struct Reference

Gap::ConnectionParams_t Struct Reference

Structure containing GAP connection parameters. More...

#include <Gap.h>

Data Fields

uint16_t minConnectionInterval
 Minimum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS.
uint16_t maxConnectionInterval
 Maximum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS.
uint16_t slaveLatency
 Slave Latency in number of connection events, see BLE_GAP_CP_LIMITS.
uint16_t connectionSupervisionTimeout
 Connection Supervision Timeout in 10 ms units, see BLE_GAP_CP_LIMITS.

Detailed Description

Structure containing GAP connection parameters.

When in peripheral role the connection parameters are suggestions. The choice of the connection parameters is eventually up to the central.

Definition at line 181 of file Gap.h.


Field Documentation

Connection Supervision Timeout in 10 ms units, see BLE_GAP_CP_LIMITS.

Definition at line 185 of file Gap.h.

Maximum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS.

Definition at line 183 of file Gap.h.

Minimum Connection Interval in 1.25 ms units, see BLE_GAP_CP_LIMITS.

Definition at line 182 of file Gap.h.

uint16_t slaveLatency

Slave Latency in number of connection events, see BLE_GAP_CP_LIMITS.

Definition at line 184 of file Gap.h.