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>
This commit is contained in:
Emil Gydesen 2021-09-27 10:24:36 +02:00 committed by Anas Nashif
commit 439c5ce6de

View file

@ -74,8 +74,6 @@ extern "C" {
/** Broadcast code size */
#define BT_ISO_BROADCAST_CODE_SIZE 16
struct bt_iso_chan;
/** @brief Life-span states of ISO channel. Used only by internal APIs
* dealing with setting channel to proper state depending on operational
* context.