|
From: Mattias ?g. <mat...@us...> - 2001-03-05 11:15:48
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
modememul.c 1.1 1.2=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Only reply CONNECT (without OK) when receiving ATD... in modem emulator
The diff of the modified file(s):
--- modememul.c 2001/03/02 10:59:57 1.1
+++ modememul.c 2001/03/05 11:17:24 1.2
@@ -198,8 +198,6 @@
#ifdef PALM_FIX
sleep(2); /* wait for client */
#endif
- syslog(LOG_INFO, "Write : %s", ok);
- write(bt_fd, ok, strlen(ok));=20
syslog(LOG_INFO, "Write : %s", connect);
write(bt_fd, connect, strlen(connect));=20=20=20
syslog(LOG_INFO, "Modem connected !");
|