|
From: Mattias ?g. <mat...@us...> - 2001-03-05 11:14:19
|
The following file was modified in apps/bluetooth/btd:
Name Old version New version Comment
---- ----------- ----------- -------
btd.c 1.83 1.84=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
only reply CONNECT... (without OK) when receiving ATD... string in=20
modem emulator
The diff of the modified file(s):
--- btd.c 2001/03/04 17:54:54 1.83
+++ btd.c 2001/03/05 11:15:55 1.84
@@ -1843,8 +1843,6 @@
#ifdef PALM_FIX
sleep(2); /* wait for client */
#endif
- syslog(LOG_INFO, "Write : %s", ok);
- bt_write_top(ok, strlen(ok), 0);=20
syslog(LOG_INFO, "Write : %s", connect);
bt_write_top(connect, strlen(connect), 0);=20=20=20
syslog(LOG_INFO, "Modem connected !");
@@ -1914,8 +1912,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 !");
|