Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h92 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow);
/openthread-latest/src/core/api/
Djam_detection_api.cpp56 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow) in otJamDetectionSetWindow() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2460 error = otJamDetectionSetWindow(mInstance, window); in HandlePropertySet()