Search code examples
resttizentizen-wearable-sdk

REST API in Tizen Wearable SDK


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?


Solution

  • 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.