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
Field | Description |
---|---|
totalNum | Total number of descriptors in the list. |
descInfo | Array of descriptor information. See BLE_PXPM_DescInfo_T. |