UserInfo

Sets userInfo

Sets the user's personal information to the watch.

_blePlugin.sendUserInfo(UserBean info);

Parameter Description :

UserBean:

valuevalue typevalue description
weightintWeight (used to calculate calories)
heightintHeight (used to calculate the distance of the activity)
genderintGender (used to measure blood pressure or blood oxygen)
ageintAge (for measuring blood pressure or blood oxygen)

Sets step length

In the watch firmware 1.6.6 and above, you can set the step length to the watch to calculate the activity data more accurately.

The parameter stepLength represents the distance between each step, in centimeters.

_blePlugin.sendStepLength(int stepLength);
Last Updated: