aboutsummaryrefslogtreecommitdiffstats
path: root/epan/unit_strings.c
diff options
context:
space:
mode:
authorMichał Łabędzki <michal.labedzki@wireshark.org>2018-04-18 17:56:36 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2018-10-06 12:08:01 +0000
commit34a210de37c25c5146285a2d98a953f0053b49c5 (patch)
tree08a97fd0c4d4ca6d36c2e96a670c7a2fbe4c895e /epan/unit_strings.c
parent354c0d4e5f9e988e2f62ee7818456af0bac90cbf (diff)
Bluetooth: ATT: Implement one FTMS/FTMP characteristic: Machine Status
Add support for "FiTness Machine Service" characteristics: - 0x2ADA Fitness Machine Status Change-Id: Ifceae6aba9f1849d1b9f027e54953385c0d1a98c Reviewed-on: https://code.wireshark.org/review/30042 Petri-Dish: Michal Labedzki <michal.labedzki@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/unit_strings.c')
-rw-r--r--epan/unit_strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/unit_strings.c b/epan/unit_strings.c
index f79eb25f0e..0cd4977457 100644
--- a/epan/unit_strings.c
+++ b/epan/unit_strings.c
@@ -101,6 +101,8 @@ const unit_name_string units_liter_per_hour = { "L/h", NULL };
const unit_name_string units_amp = { "A", NULL };
const unit_name_string units_watthour = { "Wh", NULL };
const unit_name_string units_watt = { "W", NULL };
+const unit_name_string units_bpm = { " BPM", NULL };
+const unit_name_string units_calorie = { " cal", NULL };
/*