Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: ISO: Pointer check in bt_iso_connected was incorrect
Instead of checking `if (iso == NULL)` it simply checked `if (iso)` which is the opposite of what it should have done. This completely blocks iso from connecting channels. Signed-off-by: Emil Gydesen <[email protected]>
- Loading branch information