* [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
@ 2025-03-12 8:38 Si-Jie Bai
2025-03-12 8:54 ` Paul Menzel
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Si-Jie Bai @ 2025-03-12 8:38 UTC (permalink / raw)
To: luiz.dentz
Cc: marcel, johan.hedberg, davem, edumazet, kuba, pabeni, horms,
linux-bluetooth, netdev, linux-kernel, cuijianw, sunyv, baijiaju,
Si-Jie Bai
HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE is actually 0x1a not 0x1e:
BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 1, Part F
page 371:
0x1A Unsupported Remote Feature
Signed-off-by: Si-Jie Bai <sy2239101@buaa.edu.cn>
---
include/net/bluetooth/hci.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 0d51970d8..3ec915738 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -683,7 +683,7 @@ enum {
#define HCI_ERROR_REMOTE_POWER_OFF 0x15
#define HCI_ERROR_LOCAL_HOST_TERM 0x16
#define HCI_ERROR_PAIRING_NOT_ALLOWED 0x18
-#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1e
+#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1a
#define HCI_ERROR_INVALID_LL_PARAMS 0x1e
#define HCI_ERROR_UNSPECIFIED 0x1f
#define HCI_ERROR_ADVERTISING_TIMEOUT 0x3c
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
2025-03-12 8:38 [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE Si-Jie Bai
@ 2025-03-12 8:54 ` Paul Menzel
2025-03-12 9:02 ` bluez.test.bot
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2025-03-12 8:54 UTC (permalink / raw)
To: Si-Jie Bai
Cc: luiz.dentz, marcel, johan.hedberg, davem, edumazet, kuba, pabeni,
horms, linux-bluetooth, netdev, linux-kernel, cuijianw, sunyv,
baijiaju, Jonas Dreßler
[Cc: +Jonas Dreßler]
Dear Si-Jie,
Welcome to the mailing list, and thank you for your patch!
Am 12.03.25 um 09:38 schrieb Si-Jie Bai:
> HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE is actually 0x1a not 0x1e:
>
> BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 1, Part F
> page 371:
The above length is 66 characters (< 72), and fits in one line.
> 0x1A Unsupported Remote Feature
>
Maybe add:
The value was probably changed by mistake, when defining the macro.
Please add a Fixes: tag. It should be:
Fixes: 79c0868ad65a ("Bluetooth: hci_event: Use HCI error defines
instead of magic values")
> Signed-off-by: Si-Jie Bai <sy2239101@buaa.edu.cn>
> ---
> include/net/bluetooth/hci.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
> index 0d51970d8..3ec915738 100644
> --- a/include/net/bluetooth/hci.h
> +++ b/include/net/bluetooth/hci.h
> @@ -683,7 +683,7 @@ enum {
> #define HCI_ERROR_REMOTE_POWER_OFF 0x15
> #define HCI_ERROR_LOCAL_HOST_TERM 0x16
> #define HCI_ERROR_PAIRING_NOT_ALLOWED 0x18
> -#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1e
> +#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1a
> #define HCI_ERROR_INVALID_LL_PARAMS 0x1e
> #define HCI_ERROR_UNSPECIFIED 0x1f
> #define HCI_ERROR_ADVERTISING_TIMEOUT 0x3c
With the above fixes, you can add:
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Kind regards,
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
2025-03-12 8:38 [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE Si-Jie Bai
2025-03-12 8:54 ` Paul Menzel
@ 2025-03-12 9:02 ` bluez.test.bot
2025-03-12 19:28 ` [PATCH] " Luiz Augusto von Dentz
2025-03-12 19:30 ` patchwork-bot+bluetooth
3 siblings, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2025-03-12 9:02 UTC (permalink / raw)
To: linux-bluetooth, sy2239101
[-- Attachment #1: Type: text/plain, Size: 1681 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=943013
---Test result---
Test Summary:
CheckPatch PENDING 0.29 seconds
GitLint PENDING 0.22 seconds
SubjectPrefix PASS 0.10 seconds
BuildKernel PASS 24.61 seconds
CheckAllWarning PASS 27.21 seconds
CheckSparse PASS 30.56 seconds
BuildKernel32 PASS 24.01 seconds
TestRunnerSetup PASS 430.35 seconds
TestRunner_l2cap-tester PASS 20.79 seconds
TestRunner_iso-tester PASS 28.31 seconds
TestRunner_bnep-tester PASS 4.73 seconds
TestRunner_mgmt-tester PASS 122.13 seconds
TestRunner_rfcomm-tester PASS 7.84 seconds
TestRunner_sco-tester PASS 16.20 seconds
TestRunner_ioctl-tester PASS 8.37 seconds
TestRunner_mesh-tester PASS 6.09 seconds
TestRunner_smp-tester PASS 7.21 seconds
TestRunner_userchan-tester PASS 4.98 seconds
IncrementalBuild PENDING 1.00 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] 5+ messages in thread
* Re: [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
2025-03-12 8:38 [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE Si-Jie Bai
2025-03-12 8:54 ` Paul Menzel
2025-03-12 9:02 ` bluez.test.bot
@ 2025-03-12 19:28 ` Luiz Augusto von Dentz
2025-03-12 19:30 ` patchwork-bot+bluetooth
3 siblings, 0 replies; 5+ messages in thread
From: Luiz Augusto von Dentz @ 2025-03-12 19:28 UTC (permalink / raw)
To: Si-Jie Bai
Cc: marcel, johan.hedberg, davem, edumazet, kuba, pabeni, horms,
linux-bluetooth, netdev, linux-kernel, cuijianw, sunyv, baijiaju
Hi Si-Jie,
On Wed, Mar 12, 2025 at 4:39 AM Si-Jie Bai <sy2239101@buaa.edu.cn> wrote:
>
> HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE is actually 0x1a not 0x1e:
>
> BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 1, Part F
> page 371:
>
> 0x1A Unsupported Remote Feature
>
> Signed-off-by: Si-Jie Bai <sy2239101@buaa.edu.cn>
> ---
> include/net/bluetooth/hci.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
> index 0d51970d8..3ec915738 100644
> --- a/include/net/bluetooth/hci.h
> +++ b/include/net/bluetooth/hci.h
> @@ -683,7 +683,7 @@ enum {
> #define HCI_ERROR_REMOTE_POWER_OFF 0x15
> #define HCI_ERROR_LOCAL_HOST_TERM 0x16
> #define HCI_ERROR_PAIRING_NOT_ALLOWED 0x18
> -#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1e
> +#define HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE 0x1a
> #define HCI_ERROR_INVALID_LL_PARAMS 0x1e
> #define HCI_ERROR_UNSPECIFIED 0x1f
> #define HCI_ERROR_ADVERTISING_TIMEOUT 0x3c
> --
> 2.25.1
I tooked the following one over this since it better explains the
issue and had the Fixes tag:
https://patchwork.kernel.org/project/bluetooth/patch/20250312190943.152482-1-arkadiusz.bokowy@gmail.com/
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
2025-03-12 8:38 [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE Si-Jie Bai
` (2 preceding siblings ...)
2025-03-12 19:28 ` [PATCH] " Luiz Augusto von Dentz
@ 2025-03-12 19:30 ` patchwork-bot+bluetooth
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2025-03-12 19:30 UTC (permalink / raw)
To: Si-Jie Bai
Cc: luiz.dentz, marcel, johan.hedberg, davem, edumazet, kuba, pabeni,
horms, linux-bluetooth, netdev, linux-kernel, cuijianw, sunyv,
baijiaju
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Wed, 12 Mar 2025 16:38:47 +0800 you wrote:
> HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE is actually 0x1a not 0x1e:
>
> BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 1, Part F
> page 371:
>
> 0x1A Unsupported Remote Feature
>
> [...]
Here is the summary with links:
- Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE
https://git.kernel.org/bluetooth/bluetooth-next/c/8d35126f69f2
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] 5+ messages in thread
end of thread, other threads:[~2025-03-12 19:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12 8:38 [PATCH] Bluetooth: HCI: Fix value of HCI_ERROR_UNSUPPORTED_REMOTE_FEATURE Si-Jie Bai
2025-03-12 8:54 ` Paul Menzel
2025-03-12 9:02 ` bluez.test.bot
2025-03-12 19:28 ` [PATCH] " Luiz Augusto von Dentz
2025-03-12 19:30 ` 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.