Loading android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +5 −0 Original line number Diff line number Diff line Loading @@ -504,6 +504,11 @@ public class AvrcpTargetService extends ProfileService { * Called from player callback to indicate new settings to remote device. */ public void sendPlayerSettings(int repeatMode, int shuffleMode) { if (mNativeInterface == null) { Log.i(TAG, "Tried to send Player Settings while native interface is null"); return; } mNativeInterface.sendPlayerSettings(repeatMode, shuffleMode); } Loading Loading
android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +5 −0 Original line number Diff line number Diff line Loading @@ -504,6 +504,11 @@ public class AvrcpTargetService extends ProfileService { * Called from player callback to indicate new settings to remote device. */ public void sendPlayerSettings(int repeatMode, int shuffleMode) { if (mNativeInterface == null) { Log.i(TAG, "Tried to send Player Settings while native interface is null"); return; } mNativeInterface.sendPlayerSettings(repeatMode, shuffleMode); } Loading