mirror of
https://github.com/m5stack/zephyr.git
synced 2026-05-20 10:57:03 -07:00
e31713de27
On CIS disconnect, the peripheral will clear all data paths. However ll_remove_iso_path will fail if attempting to remove a data path that has not been setup, so if only the CTLR_TO_HOST direction was set, and the HOST_TO_CTLR bit was set, the function returned an error and never attempted to clear the other direction. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>