Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Djam_detection.h166 bool otJamDetectionIsEnabled(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Djam_detection_api.cpp84 bool otJamDetectionIsEnabled(otInstance *aInstance) in otJamDetectionIsEnabled() function
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp2290 return mEncoder.WriteBool(otJamDetectionIsEnabled(mInstance)); in HandlePropertyGet()