BLE_PXPM_DescInfo_T

C

typedef struct BLE_PXPM_DescInfo_T
{
    uint16_t        attrHandle;
    uint16_t        uuid;
} BLE_PXPM_DescInfo_T;

Description

Structure representing descriptor information.

Field Documentation

FieldDescription
attrHandleHandle of the descriptor's attribute.
uuidUUID of the descriptor.