public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA
@ 2025-04-09 19:21 Luiz Augusto von Dentz
  2025-04-09 22:03 ` [BlueZ,v1] " bluez.test.bot
  2025-04-09 22:30 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-04-09 19:21 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

PA is exclusive to LE so le_scan_enable flag shall be checked not
scan_enable.
---
 emulator/btdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulator/btdev.c b/emulator/btdev.c
index 1b7b75c21399..7e4cb9393593 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -5750,7 +5750,7 @@ static int cmd_pa_create_sync_complete(struct btdev *dev, const void *data,
 	 * synchronization can only occur when scanning is enabled. While
 	 * scanning is disabled, no attempt to synchronize will take place.
 	 */
-	if (!dev->scan_enable)
+	if (!dev->le_scan_enable)
 		return 0;
 
 	remote = find_btdev_by_bdaddr_type(cmd->addr, cmd->addr_type);
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ,v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA
  2025-04-09 19:21 [PATCH BlueZ v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA Luiz Augusto von Dentz
@ 2025-04-09 22:03 ` bluez.test.bot
  2025-04-09 22:30 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-04-09 22:03 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1456 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=951703

---Test result---

Test Summary:
CheckPatch                    PENDING   0.25 seconds
GitLint                       PENDING   0.18 seconds
BuildEll                      PASS      37.77 seconds
BluezMake                     PASS      2614.64 seconds
MakeCheck                     PENDING   58.97 seconds
MakeDistcheck                 PASS      200.97 seconds
CheckValgrind                 PASS      274.93 seconds
CheckSmatch                   PENDING   363.72 seconds
bluezmakeextell               PASS      128.57 seconds
IncrementalBuild              PENDING   0.33 seconds
ScanBuild                     PASS      908.94 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: MakeCheck - PENDING
Desc: Run Bluez Make Check
Output:

##############################
Test: CheckSmatch - PENDING
Desc: Run smatch tool with source
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 v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA
  2025-04-09 19:21 [PATCH BlueZ v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA Luiz Augusto von Dentz
  2025-04-09 22:03 ` [BlueZ,v1] " bluez.test.bot
@ 2025-04-09 22:30 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-04-09 22:30 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed,  9 Apr 2025 15:21:48 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> PA is exclusive to LE so le_scan_enable flag shall be checked not
> scan_enable.
> ---
>  emulator/btdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ,v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f8e7bcfdfb83

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:[~2025-04-09 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 19:21 [PATCH BlueZ v1] btdev: Fix checking for BR/EDR scan enable rather than LE for PA Luiz Augusto von Dentz
2025-04-09 22:03 ` [BlueZ,v1] " bluez.test.bot
2025-04-09 22:30 ` [PATCH BlueZ 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