Skip to content

Commit d2e4f1b

Browse files
claudiadraghiVudentz
authored andcommitted
Bluetooth: Set ISO Data Path on broadcast sink
This patch enables ISO data rx on broadcast sink. Fixes: eca0ae4 ("Bluetooth: Add initial implementation of BIS connections") Signed-off-by: Claudia Draghicescu <claudia.rosu@nxp.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 5dc7d23 commit d2e4f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/bluetooth/hci_event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6991,7 +6991,7 @@ static void hci_le_big_sync_established_evt(struct hci_dev *hdev, void *data,
69916991
bis->iso_qos.in.latency = le16_to_cpu(ev->interval) * 125 / 100;
69926992
bis->iso_qos.in.sdu = le16_to_cpu(ev->max_pdu);
69936993

6994-
hci_connect_cfm(bis, ev->status);
6994+
hci_iso_setup_path(bis);
69956995
}
69966996

69976997
hci_dev_unlock(hdev);

0 commit comments

Comments
 (0)