[Bluetooth] Check for signals while waiting for DLC
This fixes a bug in rfcomm_tty_open() which can end up in an endless loop using up all CPU time, because signal_pending() is always true.
Showing
Please register or sign in to comment
This fixes a bug in rfcomm_tty_open() which can end up in an endless loop using up all CPU time, because signal_pending() is always true.