Loading android/app/src/com/android/bluetooth/a2dp/A2dpService.java +3 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,9 @@ public class A2dpService extends ProfileService { if (mStateMachine != null) { mStateMachine.doQuit(); } if (mAvrcp != null) { 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 @@ -62,7 +62,9 @@ public class A2dpService extends ProfileService { if (mStateMachine != null) { mStateMachine.doQuit(); } if (mAvrcp != null) { mAvrcp.doQuit(); } return true; } Loading