Home
last modified time | relevance | path

Searched refs:contextLen (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1621 uint16_t contextLen; in HandlePropertySet() local
1625 SuccessOrExit(error = mDecoder.ReadData(context, contextLen)); in HandlePropertySet()
1626 VerifyOrExit(contextLen == sizeof(otPlatDnssdRegisterCallback), error = OT_ERROR_PARSE); in HandlePropertySet()