BLE_PXPM_CharList_T

C

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

Description

Structure representing a characteristic list.

Field Documentation

FieldDescription
attrHandleHandle of the attribute.
propertyProperties of the characteristic.
charHandleHandle of the characteristic.