1 /* SPDX-License-Identifier: GPL-2.0 */
3 * BlueZ - Bluetooth protocol stack for Linux
5 * Copyright (C) 2022 Intel Corporation
12 #define ISO_DEFAULT_MTU 251
13 #define ISO_MAX_NUM_BIS 0x1f
15 /* ISO socket broadcast address */
16 struct sockaddr_iso_bc
{
21 __u8 bc_bis
[ISO_MAX_NUM_BIS
];
24 /* ISO socket address */
26 sa_family_t iso_family
;
29 struct sockaddr_iso_bc iso_bc
[];