BLE_ANPC_CharList_T

C

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

Description

Structure representing the characteristic list.

Field Documentation

FieldDescription
attrHandleAttribute handle of the characteristic.
propertyProperties of the characteristic.
charHandleHandle of the characteristic.