BLE_PXPM_DescList_T

C

typedef struct BLE_PXPM_DescList_T
{
    uint8_t             totalNum;
    BLE_PXPM_DescInfo_T descInfo[BLE_PXPM_DESC_MAX_NUM];
} BLE_PXPM_DescList_T;

Description

Structure representing a descriptor list.

Field Documentation

FieldDescription
totalNumTotal number of descriptors in the list.
descInfoArray of descriptor information. See BLE_PXPM_DescInfo_T.