linux/include/net/bluetooth/iso.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * BlueZ - Bluetooth protocol stack for Linux
 *
 * Copyright (C) 2022 Intel Corporation
 */

#ifndef __ISO_H
#define __ISO_H

/* ISO defaults */
#define ISO_DEFAULT_MTU
#define ISO_MAX_NUM_BIS

/* ISO socket broadcast address */
struct sockaddr_iso_bc {};

/* ISO socket address */
struct sockaddr_iso {};

#endif /* __ISO_H */