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

FieldDescription
totalNumTotal number of descriptors discovered.
descInfoArray of discovered descriptor information. See BLE_ANPC_DescInfo_T.