Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a908d33c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "LeAudioService: Clear mTmapGattServer if not started"

parents 33d44cd9 37141b0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ public class LeAudioService extends ProfileService {
            mTmapGattServer.start(mTmapRoleMask);
        } catch (IllegalStateException e) {
            Log.e(TAG, "Fail to start TmapGattServer", e);
            mTmapGattServer = null;
            return false;
        }