public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dbus-common: Add icon for watches
@ 2022-07-27  2:18 Zach DeCook
  2022-07-27  3:19 ` bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Zach DeCook @ 2022-07-27  2:18 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Zach DeCook

---
 src/dbus-common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dbus-common.c b/src/dbus-common.c
index 5e2c83d52..a4b6eccfb 100644
--- a/src/dbus-common.c
+++ b/src/dbus-common.c
@@ -123,6 +123,8 @@ const char *gap_appearance_to_icon(uint16_t appearance)
 		return "phone";
 	case 0x02:
 		return "computer";
+	case 0x03:
+		return "watch";
 	case 0x05:
 		return "video-display";
 	case 0x0a:
-- 
2.36.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-27  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-27  2:18 [PATCH] dbus-common: Add icon for watches Zach DeCook
2022-07-27  3:19 ` bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox