HomeSort by relevance Sort by last modified time
    Searched defs:maxListCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 512 public int maxListCount;
545 maxListCount = 0xFFFF;
561 Log.i(TAG, "maxListCount=" + maxListCount + " listStartOffset=" + listStartOffset
634 appParamValue.maxListCount = highValue * 256 + lowValue;
708 int requestSize = nameList.size() >= appParamValue.maxListCount
709 ? appParamValue.maxListCount
744 final int requestSize = nameList.size() >= appParamValue.maxListCount
745 ? appParamValue.maxListCount
    [all...]

Completed in 310 milliseconds