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

Data structure for BLE_ANPC_GetDescList function.

Field Documentation

FieldDescription
totalNumTotal number of the descriptor.
descInfoDiscovered informations.