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