Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading