Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dnetwork_time_api.cpp50 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod) in otNetworkTimeSetSyncPeriod()
/external/openthread/src/core/thread/
Dtime_sync_service.hpp119 void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = aTimeSyncPeriod; } in SetTimeSyncPeriod()
Dmle_tlvs.hpp1182 …void SetTimeSyncPeriod(uint16_t aTimeSyncPeriod) { mTimeSyncPeriod = HostSwap16(aTimeSyncPeriod); } in SetTimeSyncPeriod()