Skip to content

Commit 439c5ce

Browse files
Thalleynashif
authored andcommitted
Bluetooth: ISO: Remove duplicate struct bt_iso_chan declaration
The struct was declared twice (once as an opaque type) in iso.h, but was unneeded. Removed to avoid confusion about whether it is an opaque type. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 581c20e commit 439c5ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/bluetooth/iso.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ extern "C" {
7474
/** Broadcast code size */
7575
#define BT_ISO_BROADCAST_CODE_SIZE 16
7676

77-
struct bt_iso_chan;
78-
7977
/** @brief Life-span states of ISO channel. Used only by internal APIs
8078
* dealing with setting channel to proper state depending on operational
8179
* context.

0 commit comments

Comments
 (0)