Bluetooth: OPP : Check for interrupted status before sleep
If the Thread is interrupted before sleeping, interrupt will be discarded and the main thread waiting on join will block. Checking the interrupted status before sleeping eliminates this issue. Change-Id: Ic11f8d74d27fef2ba078062cf7d67c1d1691e03a
Loading
Please register or sign in to comment