summaryrefslogtreecommitdiff
path: root/emulator/hciemu.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-04 17:22:27 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-07 17:21:56 -0800
commita473a5a47c4f65b6568a1650ec9e20c1072c14e9 (patch)
tree10cf3d0946e663e2729f596bf524c202ed4272d7 /emulator/hciemu.c
parent9cbc6fc1b20d7180921cfd9d7344746fde0e84ba (diff)
downloadbluez-a473a5a47c4f65b6568a1650ec9e20c1072c14e9.tar.gz
bthost: Add support for BT_H4_ISO_PKT
This adds sending and receiving BT_H4_ISO_PKT packets.
Diffstat (limited to 'emulator/hciemu.c')
-rw-r--r--emulator/hciemu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/hciemu.c b/emulator/hciemu.c
index 057f76ff3..dcfed9be7 100644
--- a/emulator/hciemu.c
+++ b/emulator/hciemu.c
@@ -190,6 +190,7 @@ static gboolean receive_btdev(GIOChannel *channel, GIOCondition condition,
case BT_H4_CMD_PKT:
case BT_H4_ACL_PKT:
case BT_H4_SCO_PKT:
+ case BT_H4_ISO_PKT:
btdev_receive_h4(btdev, buf, len);
break;
}