13.2.3.2 APP_BLE_ConnList_T
C
typedef struct APP_BLE_ConnList_T
{
    APP_BLE_LinkState_T         linkState;
    APP_BLE_ConnData_T          connData;
} APP_BLE_ConnList_T;Description
The structure contains the BLE link related information maintained by the application Layer
Field Documentation
| Field | Description | 
|---|---|
| linkState | BLE link state. see APP_BLE_LinkState_T | 
| connData | BLE connection information. See APP_BLE_ConnData_T | 
