Bluetooth: Host: iso_data extend bt_buf_data

Explicitly declare that iso_data extends bt_buf_data.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2023-12-06 20:04:09 +08:00 committed by Carles Cufí
parent 0ddb6aa82e
commit ffd716b4a2

View file

@ -12,8 +12,8 @@
#include <zephyr/bluetooth/iso.h>
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;