Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Android BLE] Connection between Android and fitbit tracker

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? 

 

 

 

Best Answer
1 REPLY 1

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.

Best Answer
0 Votes