From e9b93bef829b84c7c8a887071ac2a6c5d9a1877d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Sep 2014 19:42:19 +0200 Subject: [PATCH] monitor: Update Appearance categories and subtypes --- monitor/packet.c | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/monitor/packet.c b/monitor/packet.c index a97f93cff..d21d0bbf7 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -896,15 +896,30 @@ static const struct { { 967, false, "Digital Pen" }, { 968, false, "Barcode Scanner" }, { 1024, true, "Glucose Meter" }, - { 1088, true, "Running Walking Sensor" }, - { 1152, true, "Cycling" }, - { 1216, true, "Undefined" }, - - { 3136, true, "Pulse Oximeter" }, - { 3200, true, "Undefined" }, - - { 5184, true, "Outdoor Sports Activity"}, - { 5248, true, "Undefined" }, + { 1088, true, "Running Walking Sensor" }, + { 1089, false, "Running Walking Sensor: In-Shoe" }, + { 1090, false, "Running Walking Sensor: On-Shoe" }, + { 1091, false, "Running Walking Sensor: On-Hip" }, + { 1152, true, "Cycling" }, + { 1153, false, "Cycling: Cycling Computer" }, + { 1154, false, "Cycling: Speed Sensor" }, + { 1155, false, "Cycling: Cadence Sensor" }, + { 1156, false, "Cycling: Power Sensor" }, + { 1157, false, "Cycling: Speed and Cadence Sensor" }, + { 1216, true, "Undefined" }, + + { 3136, true, "Pulse Oximeter" }, + { 3137, false, "Pulse Oximeter: Fingertip" }, + { 3138, false, "Pulse Oximeter: Wrist Worn" }, + { 3200, true, "Weight Scale" }, + { 3264, true, "Undefined" }, + + { 5184, true, "Outdoor Sports Activity" }, + { 5185, false, "Location Display Device" }, + { 5186, false, "Location and Navigation Display Device" }, + { 5187, false, "Location Pod" }, + { 5188, false, "Location and Navigation Pod" }, + { 5248, true, "Undefined" }, { } }; -- 2.47.3