Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h165 bool otJamDetectionGetState(otInstance *aInstance);
/openthread-latest/src/core/api/
Djam_detection_api.cpp88 bool otJamDetectionGetState(otInstance *aInstance) in otJamDetectionGetState() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2397 return mEncoder.WriteBool(otJamDetectionGetState(mInstance)); in HandlePropertyGet()