Message ID | 20200521175543.7923-3-sonnysasaka@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] device: Add device type property | expand |
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. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkgitlint Failed Outputs: 3: B6 Body message is missing --- Regards, Linux Bluetooth
diff --git a/client/main.c b/client/main.c index 422da5593..dd8c28cb3 100644 --- a/client/main.c +++ b/client/main.c @@ -1628,6 +1628,7 @@ static void cmd_info(int argc, char *argv[]) bt_shell_printf("Device %s\n", address); } + print_property(proxy, "Types"); print_property(proxy, "Name"); print_property(proxy, "Alias"); print_property(proxy, "Class");