Lines Matching full:reconnect
208 " reconnect kick connection from host side to force reconnect\n"
209 " reconnect device kick connection from device side to force reconnect\n"
210 " reconnect offline reset offline/unauthorized devices to force reconnect\n"
1827 } else if (!strcmp(argv[0], "reconnect")) {
1833 adb_connect("reconnect", &err);
1837 return adb_query_command("host:reconnect-offline");
1839 return syntax_error("adb reconnect [device|offline]");