projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc7d23
)
Bluetooth: Set ISO Data Path on broadcast sink
author
Claudia Draghicescu
<claudia.rosu@nxp.com>
Wed, 5 Apr 2023 11:19:18 +0000
(14:19 +0300)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Mon, 10 Apr 2023 17:24:16 +0000
(10:24 -0700)
This patch enables ISO data rx on broadcast sink.
Fixes: eca0ae4aea66 ("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>
net/bluetooth/hci_event.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_event.c
b/net/bluetooth/hci_event.c
index e68f2a7d863ace2c535a154de5ddcd5741f3b97e..e87c928c9e17ae5608bd4614ed6f59edf680bcf4 100644
(file)
--- a/
net/bluetooth/hci_event.c
+++ b/
net/bluetooth/hci_event.c
@@
-6991,7
+6991,7
@@
static void hci_le_big_sync_established_evt(struct hci_dev *hdev, void *data,
bis->iso_qos.in.latency = le16_to_cpu(ev->interval) * 125 / 100;
bis->iso_qos.in.sdu = le16_to_cpu(ev->max_pdu);
- hci_
connect_cfm(bis, ev->statu
s);
+ hci_
iso_setup_path(bi
s);
}
hci_dev_unlock(hdev);