summaryrefslogtreecommitdiff
path: root/monitor
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 /monitor
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 'monitor')
-rw-r--r--monitor/bt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 6ce6384a4..704c70fba 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -499,11 +499,13 @@ struct bt_hci_sco_hdr {
struct bt_hci_iso_hdr {
uint16_t handle;
uint16_t dlen;
+ uint8_t data[];
} __attribute__ ((packed));
struct bt_hci_iso_data_start {
uint16_t sn;
uint16_t slen;
+ uint8_t data[];
} __attribute__ ((packed));
struct bt_hci_evt_hdr {