Searched refs:buff (Results 1 – 1 of 1) sorted by relevance
208 char buff[5]; in acceptConnection() local222 snprintf(buff, sizeof(buff), "%04x", getpid()); in acceptConnection()223 buff[4] = 0; in acceptConnection()245 ret = send( netState->controlSock, buff, 4, 0 ); in acceptConnection()249 LOGV("PID sent as '%.*s' to ADB\n", 4, buff); in acceptConnection()