mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The struct basically only had a pointer to bt_iso_chan_path as well as duplicating the pid and the direction. The commit removes the struct as it was more confusing than helpful, and instead use the PID for the bt_iso_chan_path and supply the direction as a argument instead. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>