Bluetooth: samples: Correct "Heart Rate" comment
This is a simple comments fix. This sample code is for the "Health Thermometer Service", but at one location the comments read "Heart Rate Service". The change replaces "Heart Rate" with "Health Thermometer". Signed-off-by: Chris Pearson <ctpearson@gmail.com>
This commit is contained in:
parent
91a6b286c9
commit
52837aaa49
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static void indicate_destroy(struct bt_gatt_indicate_params *params)
|
|||
indicating = 0U;
|
||||
}
|
||||
|
||||
/* Heart Rate Service Declaration */
|
||||
/* Health Thermometer Service Declaration */
|
||||
BT_GATT_SERVICE_DEFINE(hts_svc,
|
||||
BT_GATT_PRIMARY_SERVICE(BT_UUID_HTS),
|
||||
BT_GATT_CHARACTERISTIC(BT_UUID_HTS_MEASUREMENT, BT_GATT_CHRC_INDICATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue