BLE_DD_CharInfo_T

C

typedef struct BLE_DD_CharInfo_T
{
    uint16_t                charHandle;
    uint8_t                 property;
    uint16_t                attrHandle;
} BLE_DD_CharInfo_T;

Description

Structure for information about a specific BLE characteristic.

Field Documentation

FieldDescription
charHandleHandle of the characteristic.
propertyProperties of the characteristic. Relevant when the characteristic type is a characteristic declaration.
attrHandleAttribute handle associated with the characteristic.