* [PATCH v1] obex: Update the FTP version to 1.3 in SDP record
@ 2024-11-11 13:22 Amisha Jain
2024-11-11 15:06 ` [v1] " bluez.test.bot
2024-11-11 15:20 ` [PATCH v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Amisha Jain @ 2024-11-11 13:22 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is required in below PTS testcase:
1. FTP/SR/SGSIT/ATTR/BV-02-C
Attribute GSIT - Bluetooth Profile Descriptor List
Current FTP version 1.2 is being deprecated and withdrawn
from BT Sig, so it is mandatory to update the version to 1.3.
No additional changes are needed for supporting the new version.
---
doc/supported-features.txt | 2 +-
src/profile.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/supported-features.txt b/doc/supported-features.txt
index f04cf4a2f..8b71bfe17 100644
--- a/doc/supported-features.txt
+++ b/doc/supported-features.txt
@@ -36,7 +36,7 @@ AVCTP 1.3 CT, TG
AVRCP 1.5 CT, TG
GOEP 2.0 Client, Server
-FTP 1.2 Client, Server
+FTP 1.3 Client, Server
OPP 1.2 Client, Server
SYNCH 1.1 Client
PBAP 1.1 Client, Server
diff --git a/src/profile.c b/src/profile.c
index c62224af9..6bc6778de 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2126,7 +2126,7 @@ static struct default_settings {
.mode = BT_IO_MODE_ERTM,
.authorize = true,
.get_record = get_ftp_record,
- .version = 0x0102,
+ .version = 0x0103,
}, {
.uuid = OBEX_SYNC_UUID,
.name = "Synchronization",
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [v1] obex: Update the FTP version to 1.3 in SDP record
2024-11-11 13:22 [PATCH v1] obex: Update the FTP version to 1.3 in SDP record Amisha Jain
@ 2024-11-11 15:06 ` bluez.test.bot
2024-11-11 15:20 ` [PATCH v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2024-11-11 15:06 UTC (permalink / raw)
To: linux-bluetooth, quic_amisjain
[-- Attachment #1: Type: text/plain, Size: 949 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=908415
---Test result---
Test Summary:
CheckPatch PASS 0.36 seconds
GitLint PASS 0.27 seconds
BuildEll PASS 24.85 seconds
BluezMake PASS 1702.13 seconds
MakeCheck PASS 12.99 seconds
MakeDistcheck PASS 182.68 seconds
CheckValgrind PASS 256.64 seconds
CheckSmatch PASS 360.20 seconds
bluezmakeextell PASS 122.13 seconds
IncrementalBuild PASS 1454.19 seconds
ScanBuild PASS 1026.58 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1] obex: Update the FTP version to 1.3 in SDP record
2024-11-11 13:22 [PATCH v1] obex: Update the FTP version to 1.3 in SDP record Amisha Jain
2024-11-11 15:06 ` [v1] " bluez.test.bot
@ 2024-11-11 15:20 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2024-11-11 15:20 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, 11 Nov 2024 18:52:38 +0530 you wrote:
> This change is required in below PTS testcase:
> 1. FTP/SR/SGSIT/ATTR/BV-02-C
> Attribute GSIT - Bluetooth Profile Descriptor List
>
> Current FTP version 1.2 is being deprecated and withdrawn
> from BT Sig, so it is mandatory to update the version to 1.3.
>
> [...]
Here is the summary with links:
- [v1] obex: Update the FTP version to 1.3 in SDP record
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f0302d90a1db
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-11-11 15:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 13:22 [PATCH v1] obex: Update the FTP version to 1.3 in SDP record Amisha Jain
2024-11-11 15:06 ` [v1] " bluez.test.bot
2024-11-11 15:20 ` [PATCH v1] " patchwork-bot+bluetooth
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).