Modules

 WECHAT Service and Characteristic UUID
 WeChat Service, Airsync and Pedometer Characteristic UUID.
 
 WECHAT pedeometer measurement flag
 WeChat pedeometer measurement flag bits.
 

Macros

#define WECHAT_CONNECTION_MAX   10
 
#define WECHAT_DATA_LEN   20
 
#define WECHAT_PEDO_TARGET_VAL_LEN   0x04
 
#define WECHAT_PEDO_STEP_COUNT_MAX   0xFFFFFF
 

Detailed Description

Macro Definition Documentation

◆ WECHAT_CONNECTION_MAX

#define WECHAT_CONNECTION_MAX   10

Maximum number of WeChat connections.

Definition at line 75 of file wechat.h.

◆ WECHAT_DATA_LEN

#define WECHAT_DATA_LEN   20

Maximum length of WeChat Data.

Definition at line 76 of file wechat.h.

◆ WECHAT_PEDO_STEP_COUNT_MAX

#define WECHAT_PEDO_STEP_COUNT_MAX   0xFFFFFF

Maximum value of WeChat pedometer step count.

Definition at line 78 of file wechat.h.

◆ WECHAT_PEDO_TARGET_VAL_LEN

#define WECHAT_PEDO_TARGET_VAL_LEN   0x04

Maximum length of WeChat pedometer target value.

Definition at line 77 of file wechat.h.