Skip to content

Commit d1a7254

Browse files
committed
Merge branch '0.8.x' of github.com:adafruit/Adafruit_nRF52_Arduino into 0.8.x
2 parents 3804723 + eebeb04 commit d1a7254

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Bluefruit52Lib/src/BLEUuid.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class BLEUuid
8181
#define UUID16_SVC_BLOOD_PRESSURE 0x1810
8282
#define UUID16_SVC_CURRENT_TIME 0x1805
8383
#define UUID16_SVC_CYCLING_SPEED_AND_CADENCE 0x1816
84+
#define UUID16_SVC_CYCLING_POWER 0x1818
8485
#define UUID16_SVC_LOCATION_AND_NAVIGATION 0x1819
8586
#define UUID16_SVC_DEVICE_INFORMATION 0x180A
8687
#define UUID16_SVC_GLUCOSE 0x1808
@@ -121,6 +122,8 @@ class BLEUuid
121122
#define UUID16_CHR_BOOT_KEYBOARD_OUTPUT_REPORT 0x2A32
122123
#define UUID16_CHR_BOOT_MOUSE_INPUT_REPORT 0x2A33
123124
#define UUID16_CHR_CURRENT_TIME 0x2A2B
125+
#define UUID16_CHR_CYCLING_POWER_MEASUREMENT 0x2A63
126+
#define UUID16_CHR_CYCLING_POWER_FEATURE 0x2A65
124127
#define UUID16_CHR_DATE_TIME 0x2A08
125128
#define UUID16_CHR_DAY_DATE_TIME 0x2A0A
126129
#define UUID16_CHR_DAY_OF_WEEK 0x2A09

0 commit comments

Comments
 (0)