BLE_ANPC_DescList_T
C
typedef struct BLE_ANPC_DescList_T
{
uint8_t num;
BLE_ANPC_DescInfo_T descInfo[BLE_ANPC_DESC_MAX_NUM];
}BLE_ANPC_DescList_T;Description
Data structure for BLE_ANPC_GetDescList function.
Field Documentation
| Field | Description |
|---|---|
| num | Total number of the descriptor. |
| descInfo | Discovered informations. |
