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-