diff --git a/subsys/bluetooth/host/iso_internal.h b/subsys/bluetooth/host/iso_internal.h index 10fc940964..a48607c61c 100644 --- a/subsys/bluetooth/host/iso_internal.h +++ b/subsys/bluetooth/host/iso_internal.h @@ -12,8 +12,8 @@ #include struct iso_data { - /** BT_BUF_ISO_IN */ - uint8_t type; + /* Extend the bt_buf user data */ + struct bt_buf_data buf_data; /* Index into the bt_conn storage array */ uint8_t index;