linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [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 ` bluez.test.bot
  0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2024-12-20 14:23 UTC (permalink / raw)
  To: linux-bluetooth, quic_amisjain

[-- Attachment #1: Type: text/plain, Size: 1261 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=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


^ permalink raw reply	[flat|nested] 4+ 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
  2025-01-09 16:17 ` [PATCH v1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ 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] 4+ messages in thread

* RE: [v1] obexctl: Implement support for message listing format version 1.1 for MCE
  2025-01-07 11:47 [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE Amisha Jain
@ 2025-01-07 13:25 ` bluez.test.bot
  2025-01-09 16:17 ` [PATCH v1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ 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] 4+ messages in thread

* Re: [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE
  2025-01-07 11:47 [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE Amisha Jain
  2025-01-07 13:25 ` [v1] " bluez.test.bot
@ 2025-01-09 16:17 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2025-01-09 16:17 UTC (permalink / raw)
  To: Amisha Jain; +Cc: linux-bluetooth, quic_mohamull, quic_hbandi, quic_anubhavg

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 7 Jan 2025 17:17:13 +0530 you wrote:
> 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(+)

Here is the summary with links:
  - [v1] obexctl: Implement support for message listing format version 1.1 for MCE
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5e965f8d2ac7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-01-09 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 11:47 [PATCH v1] obexctl: Implement support for message listing format version 1.1 for MCE Amisha Jain
2025-01-07 13:25 ` [v1] " bluez.test.bot
2025-01-09 16:17 ` [PATCH v1] " patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 12:58 Amisha Jain
2024-12-20 14:23 ` [v1] " 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;
as well as URLs for NNTP newsgroup(s).