* [PATCH v2] obexctl: Enable Map folderlisting operation from obexctl
@ 2024-12-16 15:23 Amisha Jain
2024-12-16 16:36 ` [v2] " bluez.test.bot
2024-12-16 21:50 ` [PATCH v2] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Amisha Jain @ 2024-12-16 15:23 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is required for passing below PTS testcase -
1) MAP/MCE/MMB/BV-01-C
Verify that the MCE can retrieve a Folders Listing on the MSE.
As of now, user is able to initiate only map messagelisting
operation with command 'ls <folder_name>' and there is no way to initiate
folder listing with 'ls' command as second argument <options> is
set as compulsary.
In the obexctl code, map folderlisting gets triggered only when there is no
arguments followed by 'ls' command.
Therefore in 'ls' command, make the second argument as optional.
This change will also enable pbap vcard listing operation which also
gets triggered with 'ls' command with no args.
---
tools/obexctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/obexctl.c b/tools/obexctl.c
index 9adf8088a..0965762ce 100644
--- a/tools/obexctl.c
+++ b/tools/obexctl.c
@@ -1873,7 +1873,7 @@ static const struct bt_shell_menu main_menu = {
{ "pull", "<file>", cmd_pull,
"Pull Vobject & stores in file" },
{ "cd", "<path>", cmd_cd, "Change current folder" },
- { "ls", "<options>", cmd_ls, "List current folder" },
+ { "ls", "[options]", cmd_ls, "List current folder" },
{ "cp", "<source file> <destination file>", cmd_cp,
"Copy source file to destination file" },
{ "mv", "<source file> <destination file>", cmd_mv,
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [v2] obexctl: Enable Map folderlisting operation from obexctl
2024-12-16 15:23 [PATCH v2] obexctl: Enable Map folderlisting operation from obexctl Amisha Jain
@ 2024-12-16 16:36 ` bluez.test.bot
2024-12-16 21:50 ` [PATCH v2] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2024-12-16 16:36 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=918257
---Test result---
Test Summary:
CheckPatch PENDING 0.24 seconds
GitLint PENDING 0.23 seconds
BuildEll PASS 20.41 seconds
BluezMake PASS 1600.92 seconds
MakeCheck PASS 13.09 seconds
MakeDistcheck PASS 163.65 seconds
CheckValgrind PASS 220.84 seconds
CheckSmatch PASS 276.15 seconds
bluezmakeextell PASS 99.11 seconds
IncrementalBuild PENDING 0.31 seconds
ScanBuild PASS 860.07 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
* Re: [PATCH v2] obexctl: Enable Map folderlisting operation from obexctl
2024-12-16 15:23 [PATCH v2] obexctl: Enable Map folderlisting operation from obexctl Amisha Jain
2024-12-16 16:36 ` [v2] " bluez.test.bot
@ 2024-12-16 21:50 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-12-16 21:50 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 Mon, 16 Dec 2024 20:53:30 +0530 you wrote:
> This change is required for passing below PTS testcase -
>
> 1) MAP/MCE/MMB/BV-01-C
> Verify that the MCE can retrieve a Folders Listing on the MSE.
>
> As of now, user is able to initiate only map messagelisting
> operation with command 'ls <folder_name>' and there is no way to initiate
> folder listing with 'ls' command as second argument <options> is
> set as compulsary.
> In the obexctl code, map folderlisting gets triggered only when there is no
> arguments followed by 'ls' command.
> Therefore in 'ls' command, make the second argument as optional.
>
> [...]
Here is the summary with links:
- [v2] obexctl: Enable Map folderlisting operation from obexctl
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c2caa26a4d62
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] 3+ messages in thread
end of thread, other threads:[~2024-12-16 21:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 15:23 [PATCH v2] obexctl: Enable Map folderlisting operation from obexctl Amisha Jain
2024-12-16 16:36 ` [v2] " bluez.test.bot
2024-12-16 21:50 ` [PATCH v2] " patchwork-bot+bluetooth
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.