Home | History | Annotate | Download | only in adb

Lines Matching refs:MAX_PAYLOAD_V1

604     // Old devices can't handle a service string that's longer than MAX_PAYLOAD_V1.
606 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) {