Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to syncronize clocks between two different Symbian devices (S60)?

0 replies · 3,085 views · Started 27 June 2005

Hi!

How to syncronize clocks between two different Symbian devices (S60)? I need to syncronize them and clock between them could differ less than 10 milliseconds. I have connected two devices with bluetooth. Another works as a server and another as a client.
One and only problem is the syncronation. I have tried to TTime::HomeTime() and also TTime::UniversalTime(), but they do not give me result that I want (10 ms). Devices are Nokia 6630 and 6600.

Client sends a round trip which indicates latency on Bluetooth. Then I set client�s time+round trip latency/2 to server using USER::SetHomeTime(...);

Is there any other way to sync clock between them to get best results??? Or any other ideas?

-Juke90-