Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +6 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,12 @@ public class LeAudioService extends ProfileService { throw new IllegalStateException("TMAP GATT server started before start() is called"); } mTmapGattServer = LeAudioObjectsFactory.getInstance().getTmapGattServer(this); try { mTmapGattServer.start(tmapRoleMask); } catch (IllegalStateException e) { Log.e(TAG, "Fail to start TmapGattServer", e); } mLeAudioInbandRingtoneSupportedByPlatform = BluetoothProperties.isLeAudioInbandRingtoneSupported().orElse(true); Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +6 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,12 @@ public class LeAudioService extends ProfileService { throw new IllegalStateException("TMAP GATT server started before start() is called"); } mTmapGattServer = LeAudioObjectsFactory.getInstance().getTmapGattServer(this); try { mTmapGattServer.start(tmapRoleMask); } catch (IllegalStateException e) { Log.e(TAG, "Fail to start TmapGattServer", e); } mLeAudioInbandRingtoneSupportedByPlatform = BluetoothProperties.isLeAudioInbandRingtoneSupported().orElse(true); Loading