Searched refs:remoteTimestamp (Results 1 – 2 of 2) sorted by relevance
280 uint64_t remoteTimestamp = 0; in HandleSpinelCommand() local281 uint8_t buffer[sizeof(remoteTimestamp)]; in HandleSpinelCommand()284 … packed = spinel_datatype_pack(buffer, sizeof(buffer), SPINEL_DATATYPE_UINT64_S, remoteTimestamp); in HandleSpinelCommand()286 SPINEL_DATATYPE_UINT64_S, &remoteTimestamp); in HandleSpinelCommand()
1933 uint64_t remoteTimestamp = 0; in CalcRcpTimeOffset() local1934 uint8_t buffer[sizeof(remoteTimestamp)]; in CalcRcpTimeOffset()1967 … packed = spinel_datatype_pack(buffer, sizeof(buffer), SPINEL_DATATYPE_UINT64_S, remoteTimestamp); in CalcRcpTimeOffset()1974 SPINEL_DATATYPE_UINT64_S, &remoteTimestamp); in CalcRcpTimeOffset()1980 mRadioTimeOffset = (remoteTimestamp - ((localRxTimestamp / 2) + (localTxTimestamp / 2))); in CalcRcpTimeOffset()