File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
libraries/Bluefruit52Lib/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ class BLEUuid
81
81
#define UUID16_SVC_BLOOD_PRESSURE 0x1810
82
82
#define UUID16_SVC_CURRENT_TIME 0x1805
83
83
#define UUID16_SVC_CYCLING_SPEED_AND_CADENCE 0x1816
84
+ #define UUID16_SVC_CYCLING_POWER 0x1818
84
85
#define UUID16_SVC_LOCATION_AND_NAVIGATION 0x1819
85
86
#define UUID16_SVC_DEVICE_INFORMATION 0x180A
86
87
#define UUID16_SVC_GLUCOSE 0x1808
@@ -121,6 +122,8 @@ class BLEUuid
121
122
#define UUID16_CHR_BOOT_KEYBOARD_OUTPUT_REPORT 0x2A32
122
123
#define UUID16_CHR_BOOT_MOUSE_INPUT_REPORT 0x2A33
123
124
#define UUID16_CHR_CURRENT_TIME 0x2A2B
125
+ #define UUID16_CHR_CYCLING_POWER_MEASUREMENT 0x2A63
126
+ #define UUID16_CHR_CYCLING_POWER_FEATURE 0x2A65
124
127
#define UUID16_CHR_DATE_TIME 0x2A08
125
128
#define UUID16_CHR_DAY_DATE_TIME 0x2A0A
126
129
#define UUID16_CHR_DAY_OF_WEEK 0x2A09
You can’t perform that action at this time.
0 commit comments