Bluetooth: ISO: Remove use of conn->channels for ISO

The channels list were originally meant to be used
for multiple bt_iso_chan per iso connect (bt_conn), but
that is not the case for the current API, and won't be
going forward, so the use of the list has been removed.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2021-08-24 14:00:45 +02:00 committed by Anas Nashif
commit 4bd326d6c9
3 changed files with 32 additions and 30 deletions

View file

@ -64,7 +64,6 @@ struct bt_iso_chan {
struct bt_iso_chan_ops *ops;
/** Channel QoS reference */
struct bt_iso_chan_qos *qos;
sys_snode_t node;
uint8_t state;
bt_security_t required_sec_level;
};