Loading src/com/android/bluetooth/a2dp/A2dpSinkService.java +2 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class A2dpSinkService extends ProfileService { } protected boolean stop() { if(mStateMachine != null) mStateMachine.doQuit(); return true; } Loading Loading
src/com/android/bluetooth/a2dp/A2dpSinkService.java +2 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class A2dpSinkService extends ProfileService { } protected boolean stop() { if(mStateMachine != null) mStateMachine.doQuit(); return true; } Loading