BLE_DD_CharList_T

C

typedef struct BLE_DD_CharList_T
{
    uint16_t                connHandle;
    BLE_DD_CharInfo_T       *p_charInfo;
} BLE_DD_CharList_T;

Description

Structure for a list of characteristics associated with a BLE connection.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
p_charInfoPointer to an array of characteristic information structures. See BLE_DD_CharInfo_T.