Skip to content

Commit 8e7d74c

Browse files
author
Amanda Butler
authored
Update GattService.h
Fix minor typos.
1 parent 1da844b commit 8e7d74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/FEATURE_BLE/ble/GattService.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class GattService {
5959
UUID_CURRENT_TIME_SERVICE = 0x1805,
6060

6161
/**
62-
* UUID of the Cycling Speed and Carence (CSC) service.
62+
* UUID of the Cycling Speed and Cadence (CSC) service.
6363
*/
6464
UUID_CYCLING_SPEED_AND_CADENCE = 0x1816,
6565

@@ -119,7 +119,7 @@ class GattService {
119119
UUID_REFERENCE_TIME_UPDATE_SERVICE = 0x1806,
120120

121121
/**
122-
* UUID od the Running Speed and Cadence (RSC) service.
122+
* UUID of the Running Speed and Cadence (RSC) service.
123123
*/
124124
UUID_RUNNING_SPEED_AND_CADENCE = 0x1814,
125125

@@ -144,7 +144,7 @@ class GattService {
144144
* @param[in] numCharacteristics The number of characteristics.
145145
*
146146
* @important The characteristics of the service must remain valid while the
147-
* GattServer use the service.
147+
* GattServer uses the service.
148148
*/
149149
GattService(
150150
const UUID &uuid,

0 commit comments

Comments
 (0)