Searched refs:MAX_PACKET_SIZE (Results 1 – 5 of 5) sorted by relevance
39 public static final int MAX_PACKET_SIZE = 1024; field in MidiPortImpl54 public static final int MAX_PACKET_DATA_SIZE = MAX_PACKET_SIZE - DATA_PACKET_OVERHEAD;
57 byte[] buffer = new byte[MidiPortImpl.MAX_PACKET_SIZE];
50 private final byte[] mBuffer = new byte[MidiPortImpl.MAX_PACKET_SIZE];
62 private static final int MAX_PACKET_SIZE = MAX_ANDROID_MTU - HEADER_SIZE; field in BluetoothMidiDevice90 = new BluetoothPacketEncoder(mPacketReceiver, MAX_PACKET_SIZE);93 = new BluetoothPacketDecoder(MAX_PACKET_SIZE);215 int packetSize = Math.min(mtu - HEADER_SIZE, MAX_PACKET_SIZE);
138 dump.write("max_packet_size", UsbEndPointProto.MAX_PACKET_SIZE, in writeEndpoint()