Searched refs:otThreadSetMaxAllowedChildren (Results 1 – 4 of 4) sorted by relevance
147 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren);
47 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() function
555 error = otThreadSetMaxAllowedChildren(mInstance, maxChildren); in HandlePropertySet()
1956 return ProcessGetSet(aArgs, otThreadGetMaxAllowedChildren, otThreadSetMaxAllowedChildren); in Process()