Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +2 −2 Original line number Diff line number Diff line Loading @@ -363,7 +363,7 @@ public class LeAudioService extends ProfileService { if (sm == null) { continue; } sm.doQuit(); sm.quit(); sm.cleanup(); } Loading Loading @@ -1972,7 +1972,7 @@ public class LeAudioService extends ProfileService { return; } Log.i(TAG, "removeStateMachine: removing state machine for device: " + device); sm.doQuit(); sm.quit(); sm.cleanup(); descriptor.mStateMachine = null; Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +2 −2 Original line number Diff line number Diff line Loading @@ -363,7 +363,7 @@ public class LeAudioService extends ProfileService { if (sm == null) { continue; } sm.doQuit(); sm.quit(); sm.cleanup(); } Loading Loading @@ -1972,7 +1972,7 @@ public class LeAudioService extends ProfileService { return; } Log.i(TAG, "removeStateMachine: removing state machine for device: " + device); sm.doQuit(); sm.quit(); sm.cleanup(); descriptor.mStateMachine = null; Loading