BLE_ANPC_DescList_T
C
typedef struct BLE_ANPC_DescList_T
{
uint8_t totalNum;
BLE_ANPC_DescInfo_T descInfo[BLE_ANPC_DESC_MAX_NUM];
}BLE_ANPC_DescList_T;Description
Structure representing the descriptor list.
Field Documentation
| Field | Description |
|---|---|
| totalNum | Total number of descriptors discovered. |
| descInfo | Array of discovered descriptor information. See BLE_ANPC_DescInfo_T. |
