Does Tizen Wearable SDK provide REST API support to collect data from any server using URL? Or do I need to collect the desired data from the mobile application first and then pass the data to the Wearable device running Tizen?
Currently, only a bluetooth connection to the host device is allowed, hence, you'd have to make all REST calls on the host app and relay the results to the gear client app.