Searched refs:MAX_CLIENT_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance
529 if (mMaxTxPacketSize > ObexHelper.MAX_CLIENT_PACKET_SIZE) { in sendRequest()530 mMaxTxPacketSize = ObexHelper.MAX_CLIENT_PACKET_SIZE; in sendRequest()
87 public static final int MAX_CLIENT_PACKET_SIZE = 0xFC00; field in ObexHelper