Message ID | 20220727021801.3564-1-zachdecook@librem.one (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dbus-common: Add icon for watches | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makecheckvalgrind | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
tedd_an/scan_build | success | Pass |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=663288 ---Test result--- Test Summary: CheckPatch PASS 0.89 seconds GitLint PASS 0.44 seconds Prep - Setup ELL PASS 32.77 seconds Build - Prep PASS 0.97 seconds Build - Configure PASS 10.25 seconds Build - Make PASS 1061.40 seconds Make Check PASS 12.00 seconds Make Check w/Valgrind PASS 343.19 seconds Make Distcheck PASS 293.25 seconds Build w/ext ELL - Configure PASS 10.14 seconds Build w/ext ELL - Make PASS 101.05 seconds Incremental Build w/ patches PASS 0.00 seconds Scan Build PASS 636.33 seconds --- Regards, Linux Bluetooth
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: