* [PATCH v1] obex: Update the MAP Client version to 1.4 in SDP record
@ 2025-01-28 17:41 Amisha Jain
2025-01-28 19:16 ` [v1] " bluez.test.bot
2025-01-30 17:30 ` [PATCH v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 4+ messages in thread
From: Amisha Jain @ 2025-01-28 17:41 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is required in below PTS testcase:
1. MAP/MCE/SGSIT/ATTR/BV-10-C
Attribute GSIT - Bluetooth Profile Descriptor List, MAP 1.4
Current MAP Client version 1.2 is being deprecated and withdrawn
from BT Sig, so it is mandatory to update the version.
No additional changes are needed for supporting the new version.
---
doc/supported-features.txt | 3 ++-
src/profile.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/supported-features.txt b/doc/supported-features.txt
index 8b71bfe17..5318dc68d 100644
--- a/doc/supported-features.txt
+++ b/doc/supported-features.txt
@@ -40,7 +40,8 @@ FTP 1.3 Client, Server
OPP 1.2 Client, Server
SYNCH 1.1 Client
PBAP 1.1 Client, Server
-MAP 1.0 Client, Server
+MAP 1.0 Server
+MAP 1.4 Client
HID 1.1 Host
diff --git a/src/profile.c b/src/profile.c
index 70ac058f4..af32dbd9f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2167,7 +2167,7 @@ static struct default_settings {
.mode = BT_IO_MODE_ERTM,
.authorize = true,
.get_record = get_mns_record,
- .version = 0x0102
+ .version = 0x0104
},
};
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* RE: [v1] obex: Update the MAP Client version to 1.4 in SDP record
2025-01-28 17:41 [PATCH v1] obex: Update the MAP Client version to 1.4 in SDP record Amisha Jain
@ 2025-01-28 19:16 ` bluez.test.bot
2025-01-30 17:30 ` [PATCH v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2025-01-28 19:16 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=928898
---Test result---
Test Summary:
CheckPatch PENDING 0.21 seconds
GitLint PENDING 0.22 seconds
BuildEll PASS 20.15 seconds
BluezMake PASS 1591.53 seconds
MakeCheck PASS 12.79 seconds
MakeDistcheck PASS 158.48 seconds
CheckValgrind PASS 213.86 seconds
CheckSmatch PASS 271.65 seconds
bluezmakeextell PASS 100.09 seconds
IncrementalBuild PENDING 0.26 seconds
ScanBuild PASS 891.19 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] obex: Update the MAP Client version to 1.4 in SDP record
2025-01-28 17:41 [PATCH v1] obex: Update the MAP Client version to 1.4 in SDP record Amisha Jain
2025-01-28 19:16 ` [v1] " bluez.test.bot
@ 2025-01-30 17:30 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2025-01-30 17:30 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, 28 Jan 2025 23:11:30 +0530 you wrote:
> This change is required in below PTS testcase:
> 1. MAP/MCE/SGSIT/ATTR/BV-10-C
> Attribute GSIT - Bluetooth Profile Descriptor List, MAP 1.4
>
> Current MAP Client version 1.2 is being deprecated and withdrawn
> from BT Sig, so it is mandatory to update the version.
>
> [...]
Here is the summary with links:
- [v1] obex: Update the MAP Client version to 1.4 in SDP record
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1b37809b1df7
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
* [PATCH v1] obex: Update the MAP Client version to 1.4 in SDP record
@ 2025-01-24 6:41 Amisha Jain
0 siblings, 0 replies; 4+ messages in thread
From: Amisha Jain @ 2025-01-24 6:41 UTC (permalink / raw)
To: linux-bluetooth; +Cc: quic_mohamull, quic_hbandi, quic_anubhavg
This change is required in below PTS testcase:
1. MAP/MCE/SGSIT/ATTR/BV-10-C
Attribute GSIT - Bluetooth Profile Descriptor List, MAP 1.4
Current MAP Client version 1.2 is being deprecated and withdrawn
from BT Sig, so it is mandatory to update the version.
No additional changes are needed for supporting the new version.
---
doc/supported-features.txt | 3 ++-
src/profile.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/supported-features.txt b/doc/supported-features.txt
index 8b71bfe17..5318dc68d 100644
--- a/doc/supported-features.txt
+++ b/doc/supported-features.txt
@@ -40,7 +40,8 @@ FTP 1.3 Client, Server
OPP 1.2 Client, Server
SYNCH 1.1 Client
PBAP 1.1 Client, Server
-MAP 1.0 Client, Server
+MAP 1.0 Server
+MAP 1.4 Client
HID 1.1 Host
diff --git a/src/profile.c b/src/profile.c
index 70ac058f4..af32dbd9f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2167,7 +2167,7 @@ static struct default_settings {
.mode = BT_IO_MODE_ERTM,
.authorize = true,
.get_record = get_mns_record,
- .version = 0x0102
+ .version = 0x0104
},
};
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-30 17:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28 17:41 [PATCH v1] obex: Update the MAP Client version to 1.4 in SDP record Amisha Jain
2025-01-28 19:16 ` [v1] " bluez.test.bot
2025-01-30 17:30 ` [PATCH v1] " patchwork-bot+bluetooth
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 6:41 Amisha Jain
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.