* [PATCH BlueZ] tools/btpclient: Fix name advertising
@ 2026-01-15 14:40 Frédéric Danis
2026-01-15 15:38 ` [BlueZ] " bluez.test.bot
2026-01-15 21:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2026-01-15 14:40 UTC (permalink / raw)
To: linux-bluetooth
This allows to pass GAP/BROB/BCST/BV-03-C and GAP/BROB/OBSV/BV-06-C
tests with auto-pts.
Those tests request privacy to be on to share IRK.
---
tools/btpclient.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/btpclient.c b/tools/btpclient.c
index e722b2242..5c01e345d 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -33,6 +33,7 @@
#define AD_TYPE_FLAGS 0x01
#define AD_TYPE_INCOMPLETE_UUID16_SERVICE_LIST 0x02
#define AD_TYPE_SHORT_NAME 0x08
+#define AD_TYPE_COMPLETE_NAME 0x09
#define AD_TYPE_TX_POWER 0x0a
#define AD_TYPE_SOLICIT_UUID16_SERVICE_LIST 0x14
#define AD_TYPE_SERVICE_DATA_UUID16 0x16
@@ -1066,6 +1067,7 @@ static void create_advertising_data(uint8_t adv_data_len, const uint8_t *data)
break;
}
case AD_TYPE_SHORT_NAME:
+ case AD_TYPE_COMPLETE_NAME:
ad.local_name = malloc(ad_len + 1);
memcpy(ad.local_name, ad_data, ad_len);
ad.local_name[ad_len] = '\0';
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] tools/btpclient: Fix name advertising
2026-01-15 14:40 [PATCH BlueZ] tools/btpclient: Fix name advertising Frédéric Danis
@ 2026-01-15 15:38 ` bluez.test.bot
2026-01-15 21:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-01-15 15:38 UTC (permalink / raw)
To: linux-bluetooth, frederic.danis
[-- Attachment #1: Type: text/plain, Size: 1262 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=1042858
---Test result---
Test Summary:
CheckPatch PENDING 0.27 seconds
GitLint PENDING 0.35 seconds
BuildEll PASS 19.86 seconds
BluezMake PASS 644.82 seconds
MakeCheck PASS 18.14 seconds
MakeDistcheck PASS 240.59 seconds
CheckValgrind PASS 292.04 seconds
CheckSmatch PASS 346.93 seconds
bluezmakeextell PASS 181.95 seconds
IncrementalBuild PENDING 0.43 seconds
ScanBuild PASS 1012.70 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 BlueZ] tools/btpclient: Fix name advertising
2026-01-15 14:40 [PATCH BlueZ] tools/btpclient: Fix name advertising Frédéric Danis
2026-01-15 15:38 ` [BlueZ] " bluez.test.bot
@ 2026-01-15 21:40 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-01-15 21:40 UTC (permalink / raw)
To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 15 Jan 2026 15:40:58 +0100 you wrote:
> This allows to pass GAP/BROB/BCST/BV-03-C and GAP/BROB/OBSV/BV-06-C
> tests with auto-pts.
>
> Those tests request privacy to be on to share IRK.
> ---
> tools/btpclient.c | 2 ++
> 1 file changed, 2 insertions(+)
Here is the summary with links:
- [BlueZ] tools/btpclient: Fix name advertising
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fe7094da8081
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:[~2026-01-15 21:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 14:40 [PATCH BlueZ] tools/btpclient: Fix name advertising Frédéric Danis
2026-01-15 15:38 ` [BlueZ] " bluez.test.bot
2026-01-15 21:40 ` [PATCH BlueZ] " 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