Loading android/app/src/com/android/bluetooth/bass_client/BassClientStateMachine.java +2 −4 Original line number Diff line number Diff line Loading @@ -1403,10 +1403,8 @@ public class BassClientStateMachine extends StateMachine { + recvState.getSourceId()); return null; } // Can Keep as ASCII as is String reversePIN = new StringBuffer(new String(metaData.getBroadcastCode())) .reverse().toString(); byte[] actualPIN = reversePIN.getBytes(); // Broadcast Code byte[] actualPIN = metaData.getBroadcastCode(); if (actualPIN == null) { Log.e(TAG, "actual PIN is null"); return null; Loading Loading
android/app/src/com/android/bluetooth/bass_client/BassClientStateMachine.java +2 −4 Original line number Diff line number Diff line Loading @@ -1403,10 +1403,8 @@ public class BassClientStateMachine extends StateMachine { + recvState.getSourceId()); return null; } // Can Keep as ASCII as is String reversePIN = new StringBuffer(new String(metaData.getBroadcastCode())) .reverse().toString(); byte[] actualPIN = reversePIN.getBytes(); // Broadcast Code byte[] actualPIN = metaData.getBroadcastCode(); if (actualPIN == null) { Log.e(TAG, "actual PIN is null"); return null; Loading