I am currently developing a watch face with the web application.
I have another Android application that retrieves health data from the user, and it uploads the data is on the server.
The task that I have to do is to retrieve the data from the server and display the data on the watch face.
However, I need an access token of the user via Bluetooth from the device. Is it possible to connect and retrieve the data from the device to the watch face?
Thank you.