Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -763,7 +763,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler { for (int pos = appParamValue.listStartOffset; pos < listSize && itemsFound < requestSize; pos++) { currentValue = nameList.get(pos); if (D) Log.d(TAG, "currentValue=" + currentValue); if (V) Log.d(TAG, "currentValue=" + currentValue); if (currentValue.equals(compareValue)) { itemsFound++; if (currentValue.contains(",")) Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -763,7 +763,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler { for (int pos = appParamValue.listStartOffset; pos < listSize && itemsFound < requestSize; pos++) { currentValue = nameList.get(pos); if (D) Log.d(TAG, "currentValue=" + currentValue); if (V) Log.d(TAG, "currentValue=" + currentValue); if (currentValue.equals(compareValue)) { itemsFound++; if (currentValue.contains(",")) Loading