1.2.2.3.2.1.3.3 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

FieldDescription
numTotal number of the descriptor.
descInfoDiscovered informations.