Home
last modified time | relevance | path

Searched refs:otThreadSetKeySwitchGuardTime (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h735 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint16_t aKeySwitchGuardTime);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp299 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint16_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp3497 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySwitchGuardTime, otThreadSetKeySwitchGuardTime); in Process()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp693 otThreadSetKeySwitchGuardTime(mInstance, static_cast<uint16_t>(keyGuardTime)); in HandlePropertySet()