Service discovery and tcp connections work now.

This commit is contained in:
2013-11-26 17:59:21 -04:30
parent 569889ab83
commit 8ef038fe53
5 changed files with 25 additions and 8 deletions

View File

@@ -27,5 +27,7 @@
<string name="conn_failed">No se pudo conectar con el robot</string>
<string name="bt_wait">Por favor espere por la conexión</string>
<string name="serv_wait">Por favor espere, buscando dispositivo de control</string>
<string name="serv_connected">Conectado con el dispositivo de control</string>
<string name="serv_fail">Falló la conexión con el dispositivo de control</string>
</resources>

View File

@@ -27,5 +27,7 @@
<string name="conn_failed">Could not connect with the robot</string>
<string name="bt_wait">Please wait for the connection</string>
<string name="serv_wait">Please wait, looking for control device</string>
<string name="serv_connected">Connected with the control device</string>
<string name="serv_fail">Could no connect with the control device</string>
</resources>