Message ID | 20241220125848.84645-1-quic_amisjain@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v1] obexctl: Implement support for message listing format version 1.1 for MCE | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/ScanBuild | success | Scan Build 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=919893 ---Test result--- Test Summary: CheckPatch PENDING 0.17 seconds GitLint PENDING 0.22 seconds BuildEll PASS 20.45 seconds BluezMake PASS 1614.30 seconds MakeCheck PASS 13.54 seconds MakeDistcheck PASS 161.59 seconds CheckValgrind PASS 217.08 seconds CheckSmatch PASS 275.08 seconds bluezmakeextell PASS 100.65 seconds IncrementalBuild PENDING 0.28 seconds ScanBuild PASS 852.55 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
diff --git a/tools/obexctl.c b/tools/obexctl.c index 0965762ce..463d5b0ef 100644 --- a/tools/obexctl.c +++ b/tools/obexctl.c @@ -477,6 +477,11 @@ static void message_info(GDBusProxy *proxy, int argc, char *argv[]) print_property(proxy, "Deleted"); print_property(proxy, "Sent"); print_property(proxy, "Protected"); + print_property(proxy, "DeliveryStatus"); + print_property(proxy, "ConversationId"); + print_property(proxy, "ConversationName"); + print_property(proxy, "Direction"); + print_property(proxy, "AttachmentMimeTypes"); } static void cmd_info(int argc, char *argv[])