11-13-2015 02:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-13-2015 02:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Requrement is that Android native app has to connect with fibit tracker.
Android has been started to supoort BLE from 4.3 onwards.
After successfully Gatt connection, I am calling getServies to get the all services and associated characteristic and desriptor values. But I need UUID for each characteristic and descriptor value although I can see using log getting after calling services. But still I am not sure which UUID is for which type of characteristic or descriptor. There is no documentation for that.
Also I couln't find out any documentation for data/packet format to get information like steps....
Can you please help me out in this scenario?
11-13-2015 09:53 - last edited on 11-13-2015 10:48 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
11-13-2015 09:53 - last edited on 11-13-2015 10:48 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Fitbit devices only sync through the Fitbit app. The device data is then immediately available via the API for third-party applications that a Fitbit user has authorized. See here.

