Home | History | Annotate | Download | only in adb

Lines Matching refs:MAX_PAYLOAD_V1

244     // Connect and auth packets are limited to MAX_PAYLOAD_V1 because we don't
246 if (connection_str.length() > MAX_PAYLOAD_V1) {