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