Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h116 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod);
/openthread-latest/src/core/api/
Djam_detection_api.cpp66 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod) in otJamDetectionSetBusyPeriod() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2473 error = otJamDetectionSetBusyPeriod(mInstance, busy); in HandlePropertySet()