Is it possible to sync real time data generated by sensors such as accelerometer, gyroscope etc. which are fitted on the smart watch (running on android wear) to any phone instantly. Is yes, how to do so ?
Yes it is possible.
Use the SensorsApi to collect the data.
Use the MessageApi to send the data from the watch to the phone.
来源:https://stackoverflow.com/questions/28189733/syncing-accelerometer-data-of-android-wear-to-phone-or-computer