UPSTREAM: Bluetooth: hci_bcm: Add support for ISO packets

This enables bcm driver to properly handle ISO packets.

Signed-off-by: Jakub Pawlowski <jpawlowski@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Bug: 175781402
Change-Id: I90445a930fdb0fce968b2939ab64e3f040ecba0d
(cherry picked from commit 9edd1de7108f9f672a329a5c69ce257cc610c509)
Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
Jakub Pawlowski
2020-12-17 12:44:22 +01:00
committed by Will McVicker
parent ea8600cea8
commit a83e00f08b

View File

@@ -654,6 +654,7 @@ static const struct h4_recv_pkt bcm_recv_pkts[] = {
{ H4_RECV_ACL, .recv = hci_recv_frame }, { H4_RECV_ACL, .recv = hci_recv_frame },
{ H4_RECV_SCO, .recv = hci_recv_frame }, { H4_RECV_SCO, .recv = hci_recv_frame },
{ H4_RECV_EVENT, .recv = hci_recv_frame }, { H4_RECV_EVENT, .recv = hci_recv_frame },
{ H4_RECV_ISO, .recv = hci_recv_frame },
{ BCM_RECV_LM_DIAG, .recv = hci_recv_diag }, { BCM_RECV_LM_DIAG, .recv = hci_recv_diag },
{ BCM_RECV_NULL, .recv = hci_recv_diag }, { BCM_RECV_NULL, .recv = hci_recv_diag },
{ BCM_RECV_TYPE49, .recv = hci_recv_diag }, { BCM_RECV_TYPE49, .recv = hci_recv_diag },