Diff between adcd73901831c0a4e2469ab3705608745af259f6 and e3b2759634d4bd244c2090a96c76aef5a118c93d

Changed Files

File Additions Deletions Status
src/shared/hci.c +1 -1 modified

Full Patch

diff --git a/src/shared/hci.c b/src/shared/hci.c
index 07fdffc..575254c 100644
--- a/src/shared/hci.c
+++ b/src/shared/hci.c
@@ -620,7 +620,7 @@ bool bt_hci_send_data(struct bt_hci *hci, uint8_t type, uint16_t handle,
 	switch (type) {
 	case BT_H4_ACL_PKT:
 	case BT_H4_SCO_PKT:
-	case BT_H4_EVT_PKT:
+	case BT_H4_ISO_PKT:
 		break;
 	default:
 		return false;