diff mbox series

[v2,1/1] Bluetooth: Set ISO Data Path on broadcast sink

Message ID 20230405111918.4885-2-claudia.rosu@nxp.com
State Accepted
Commit d2e4f1b1cba8742db66aaf77374cab7c0c7c8656
Headers show
Series Set ISO Data Path on broadcast sink | expand

Commit Message

Claudia Draghicescu April 5, 2023, 11:19 a.m. UTC
This patch enables ISO data rx on broadcast sink.
Signed-off-by: Claudia Draghicescu <claudia.rosu@nxp.com>

---
 net/bluetooth/hci_event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 6cf9ae5b14d3..0e0a93cc1218 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -6997,7 +6997,7 @@  static void hci_le_big_sync_established_evt(struct hci_dev *hdev, void *data,
 		bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100;
 		bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu);
 
-		hci_connect_cfm(bis, ev->status);
+		hci_iso_setup_path(bis);
 	}
 
 	hci_dev_unlock(hdev);