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:
parent
ab6e724ab4
commit
4bd326d6c9
3 changed files with 32 additions and 30 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue