Languages

Menu
Sites
Language
Access Samsung Galaxy Watch steps, calories information with iPhone

I am new to Tizen. I already have an iOS App, where I want to display Samsung GaIaxy Watch steps and calories related information. I have checked it is not allowed to directly access with any API we have to use BLE to communciate, but I have couple of questions.

1. If we create wearable App which install in Watch and Pass steps and calories to my existing iOS App. is this possible? (I have gone through many stuff but majority explain about Android not for iOS)

2. If I used BLE then how do I read steps and calories information from Watch? (Do we have any documenation to identify steps and calories, If It is charactersticks then how do I identify for steps and calories)

   For BLE process, I am aware that we have to scan Watch first (as Peripheral device), Once it is found then connect and then read data from watch using services and charactersticks. We can add listener as well to identify change in data.