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:
Chris Pearson 2021-06-25 13:07:00 -07:00 committed by Johan Hedberg
commit 52837aaa49

View file

@ -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,