1.2.2.2.3.3.2 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

Characteristic list parameters.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
p_charInfoPointer to the characteristic information.