From: Mattias A. <mat...@us...> - 2001-06-11 10:53:34
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_if.c 1.17 1.18=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * added debug The diff of the modified file(s): --- bt_if.c 2001/06/08 09:55:47 1.17 +++ bt_if.c 2001/06/11 10:53:32 1.18 @@ -686,6 +686,10 @@ { /* improves reliability when doing a connect */ =20 + syslog(LOG_INFO, "Setting write_pagescan_activity: int:0x%x wind:0x%x",= =20 + interval, wind); + + #ifdef BT_USERSTACK hci_write_pagescan_activity(interval, wind); #else |