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:
parent
0ddb6aa82e
commit
ffd716b4a2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue