All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 1/5] btdev: Fix checking for PA on BT_HCI_CMD_LE_TERM_BIG
@ 2025-07-29 19:22 Luiz Augusto von Dentz
  2025-07-29 19:22 ` [PATCH BlueZ v2 2/5] bap: Fix crash when Broadcast endpoint exit Luiz Augusto von Dentz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luiz Augusto von Dentz @ 2025-07-29 19:22 UTC (permalink / raw)
  To: linux-bluetooth

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

BT_HCI_CMD_LE_TERM_BIG does not require PA to be enabled.
---
 emulator/btdev.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/emulator/btdev.c b/emulator/btdev.c
index 3747eaaef842..5dd7d099432c 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -6542,14 +6542,6 @@ static int cmd_term_big(struct btdev *dev, const void *data, uint8_t len)
 	struct le_big *big;
 	uint8_t status = BT_HCI_ERR_SUCCESS;
 
-	/* Check that PA advertising is enabled othewise it is not possible to
-	 * have a BIG.
-	 */
-	if (!dev->le_pa_enable) {
-		status = BT_HCI_ERR_UNKNOWN_ADVERTISING_ID;
-		goto done;
-	}
-
 	/* If the BIG_Handle does not identify a BIG, the Controller shall
 	 * return the error code Unknown Advertising Identifier (0x42).
 	 */
-- 
2.50.1


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

end of thread, other threads:[~2025-07-30 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 19:22 [PATCH BlueZ v2 1/5] btdev: Fix checking for PA on BT_HCI_CMD_LE_TERM_BIG Luiz Augusto von Dentz
2025-07-29 19:22 ` [PATCH BlueZ v2 2/5] bap: Fix crash when Broadcast endpoint exit Luiz Augusto von Dentz
2025-07-29 19:22 ` [PATCH BlueZ v2 3/5] iso-tester: Add Reconnect test for Broadcaster Luiz Augusto von Dentz
2025-07-29 19:22 ` [PATCH BlueZ v2 4/5] bap: Fix possible crash with Broadcast Sink Luiz Augusto von Dentz
2025-07-29 19:22 ` [PATCH BlueZ v2 5/5] btdev: Fix sending BT_HCI_EVT_LE_BIG_SYNC_LOST with wrong BIG handle Luiz Augusto von Dentz
2025-07-29 20:53 ` [BlueZ,v2,1/5] btdev: Fix checking for PA on BT_HCI_CMD_LE_TERM_BIG bluez.test.bot
2025-07-30 13:50 ` [PATCH BlueZ v2 1/5] " 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.