Skip to content

Commit a855251

Browse files
author
Amanda Butler
authored
Copy edit HeartRateService.h
Make minor copy edits.
1 parent 93a4a2a commit a855251

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

features/FEATURE_BLE/ble/services/HeartRateService.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
*
2525
* @purpose
2626
*
27-
* The heart rate service is used by fitness applications to exposes the heart
28-
* beat per minute measured by an heart rate sensor.
27+
* Fitness applications use the heart rate service to expose the heart
28+
* beat per minute measured by a heart rate sensor.
2929
*
3030
* Clients can read the intended location of the sensor and the last heart rate
31-
* value measured. Additionally clients can subscribe to server initiated
31+
* value measured. Additionally, clients can subscribe to server initiated
3232
* updates of the heart rate value measured by the sensor. The service delivers
3333
* these updates to the subscribed client in a notification packet.
3434
*
@@ -38,7 +38,7 @@
3838
*
3939
* @par usage
4040
*
41-
* When this class is instantiated, it adds an heart rate service in the GattServer.
41+
* When this class is instantiated, it adds a heart rate service in the GattServer.
4242
* The service contains the location of the sensor and the initial value measured
4343
* by the sensor.
4444
*
@@ -99,14 +99,14 @@ class HeartRateService {
9999

100100
public:
101101
/**
102-
* Construct and initialize an heart rate service.
102+
* Construct and initialize a heart rate service.
103103
*
104104
* The construction process adds a GATT heart rate service in @p _ble
105105
* GattServer, sets the value of the heart rate measurement characteristic
106106
* to @p hrmCounter and the value of the body sensor location characteristic
107107
* to @p location.
108108
*
109-
* @param[in] _ble BLE device which will host the heart rate service.
109+
* @param[in] _ble BLE device that hosts the heart rate service.
110110
* @param[in] hrmCounter Heart beats per minute measured by the heart rate
111111
* sensor.
112112
* @param[in] location Intended location of the heart rate sensor.

0 commit comments

Comments
 (0)