File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class GattService {
59
59
UUID_CURRENT_TIME_SERVICE = 0x1805 ,
60
60
61
61
/* *
62
- * UUID of the Cycling Speed and Carence (CSC) service.
62
+ * UUID of the Cycling Speed and Cadence (CSC) service.
63
63
*/
64
64
UUID_CYCLING_SPEED_AND_CADENCE = 0x1816 ,
65
65
@@ -119,7 +119,7 @@ class GattService {
119
119
UUID_REFERENCE_TIME_UPDATE_SERVICE = 0x1806 ,
120
120
121
121
/* *
122
- * UUID od the Running Speed and Cadence (RSC) service.
122
+ * UUID of the Running Speed and Cadence (RSC) service.
123
123
*/
124
124
UUID_RUNNING_SPEED_AND_CADENCE = 0x1814 ,
125
125
@@ -144,7 +144,7 @@ class GattService {
144
144
* @param[in] numCharacteristics The number of characteristics.
145
145
*
146
146
* @important The characteristics of the service must remain valid while the
147
- * GattServer use the service.
147
+ * GattServer uses the service.
148
148
*/
149
149
GattService (
150
150
const UUID &uuid,
You can’t perform that action at this time.
0 commit comments