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

FieldDescription
linkStateBLE link state. see APP_BLE_LinkState_T
connDataBLE connection information. See APP_BLE_ConnData_T