Searched refs:contextLen (Results 1 – 1 of 1) sorted by relevance
1621 uint16_t contextLen; in HandlePropertySet() local1625 SuccessOrExit(error = mDecoder.ReadData(context, contextLen)); in HandlePropertySet()1626 VerifyOrExit(contextLen == sizeof(otPlatDnssdRegisterCallback), error = OT_ERROR_PARSE); in HandlePropertySet()