13.2.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

FieldDescription
roleGAP role, see BLE_GAP_ROLE.
handleConnection handle associated with this connection.
remoteAddrSee BLE_GAP_Addr_T.
connIntervalConnection interval used on this connection. Range should be BLE_GAP_CP_RANGE.
connLatencySlave latency for the connection in terms of number of connection events, see BLE_GAP_CP_RANGE.
supervisionTimeoutSupervision timeout for the LE Link, see BLE_GAP_CP_RANGE.