Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h721 uint16_t otThreadGetKeySwitchGuardTime(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp294 uint16_t otThreadGetKeySwitchGuardTime(otInstance *aInstance) in otThreadGetKeySwitchGuardTime() 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.cpp683 return mEncoder.WriteUint32(otThreadGetKeySwitchGuardTime(mInstance)); in HandlePropertyGet()