* [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE
@ 2024-12-20 12:58 Amisha Jain
2024-12-20 14:23 ` [v1] " bluez.test.bot
0 siblings, 1 reply; 3+ messages in thread
From: Amisha Jain @ 2024-12-20 12:58 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is corresponding to obexd changes done for implementing
‘Messages-Listing Format Version 1.1’ .
This change will emit the newly added properties values in obexctl
which are sent by server.
---
tools/obexctl.c | 5 +++++
1 file changed, 5 insertions(+)
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[])
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE
@ 2025-01-07 11:47 Amisha Jain
2025-01-07 13:25 ` [v1] " bluez.test.bot
0 siblings, 1 reply; 3+ messages in thread
From: Amisha Jain @ 2025-01-07 11:47 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is corresponding to obexd changes done for implementing
‘Messages-Listing Format Version 1.1’ .
This change will emit the newly added properties values in obexctl
which are sent by server.
---
tools/obexctl.c | 5 +++++
1 file changed, 5 insertions(+)
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[])
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [v1] obexctl: Implement support for message listing format version 1.1 for MCE
2025-01-07 11:47 [PATCH v1] " Amisha Jain
@ 2025-01-07 13:25 ` bluez.test.bot
0 siblings, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-01-07 13:25 UTC (permalink / raw)
To: linux-bluetooth, quic_amisjain
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
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=922893
---Test result---
Test Summary:
CheckPatch PENDING 0.17 seconds
GitLint PENDING 0.20 seconds
BuildEll PASS 20.83 seconds
BluezMake PASS 1532.06 seconds
MakeCheck PASS 13.07 seconds
MakeDistcheck PASS 159.47 seconds
CheckValgrind PASS 218.95 seconds
CheckSmatch PASS 277.55 seconds
bluezmakeextell PASS 99.77 seconds
IncrementalBuild PENDING 0.26 seconds
ScanBuild PASS 845.13 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-07 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 12:58 [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE Amisha Jain
2024-12-20 14:23 ` [v1] " bluez.test.bot
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 11:47 [PATCH v1] " Amisha Jain
2025-01-07 13:25 ` [v1] " bluez.test.bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.