According to Bluetooth SIG Assigned numbers, Appearance characteristic value 0x0000 is designated to "unknown". --- src/dbus-common.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/dbus-common.c b/src/dbus-common.c index 7e1bc94..fb55027 100644 --- a/src/dbus-common.c +++ b/src/dbus-common.c @@ -247,6 +247,8 @@ const char *class_to_icon(uint32_t class) const char *gap_appearance_to_icon(uint16_t appearance) { switch ((appearance & 0xffc0) >> 6) { + case 0x00: + return "unknown"; case 0x01: return "phone"; case 0x02: -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html