Home | History | Annotate | Download | only in adb

Lines Matching refs:MAX_PAYLOAD_V1

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