Home
last modified time | relevance | path

Searched defs:aTimeSyncPeriod (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp51 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod) in otNetworkTimeSetSyncPeriod()
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp123 void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = aTimeSyncPeriod; } in SetTimeSyncPeriod()
Dmle_tlvs.hpp1082 …void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = BigEndian::HostSwap16(aTimeSy… in SetTimeSyncPeriod()