From 52837aaa498b9a0b6935e7870beaac05c2793936 Mon Sep 17 00:00:00 2001 From: Chris Pearson Date: Fri, 25 Jun 2021 13:07:00 -0700 Subject: [PATCH] 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 --- samples/bluetooth/peripheral_ht/src/hts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/peripheral_ht/src/hts.c b/samples/bluetooth/peripheral_ht/src/hts.c index 2ceaa983848..80a261e1644 100644 --- a/samples/bluetooth/peripheral_ht/src/hts.c +++ b/samples/bluetooth/peripheral_ht/src/hts.c @@ -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,