5.2.9.4 ZGP_PairingConfigCmdInfo_t Structure
Syntax
typedef struct PACK _ZGP_PairingConfigCmdInfo_t
{
ZGP_GpdAppInfo_t *appInfo;
ZGP_ApplicationId_t appId;
ZGP_GpdId_t gpdId;
uint8_t gpdEndPoint;
zgpPairingConfigActions_t action;
zgpCommunicationMode_t commMode;
bool functionalityMatching;
uint8_t deviceId;
} ZGP_PairingConfigCmdInfo_t;Description
Use the input ZGP_PairingConfigCmdInfo_t structure to
send the pairing configuration command.
