11.5.3.1 APP_BLE_ConnData_T
C
typedef struct APP_BLE_ConnData_T
{
uint8_t role;
uint16_t handle;
BLE_GAP_Addr_T remoteAddr;
uint16_t connInterval;
uint16_t connLatency;
uint16_t supervisionTimeout;
} APP_BLE_ConnData_T;Description
The structure contains the BLE Connection parameters.
Field Documentation
| Field | Description |
|---|---|
| role | GAP role, see BLE_GAP_ROLE. |
| handle | Connection handle associated with this connection. |
| remoteAddr | See BLE_GAP_Addr_T. |
| connInterval | Connection interval used on this connection. Range should be BLE_GAP_CP_RANGE. |
| connLatency | Slave latency for the connection in terms of number of connection events, see BLE_GAP_CP_RANGE. |
| supervisionTimeout | Supervision timeout for the LE Link, see BLE_GAP_CP_RANGE. |
