|
From: Mattias A. <mat...@us...> - 2001-04-25 18:13:05
|
The following file was modified in apps/bluetooth/btd:
Name Old version New version Comment
---- ----------- ----------- -------
btd.c 1.94 1.95=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* re-added 10 ms sleep
* changed write page scan activity values to default
The diff of the modified file(s):
--- btd.c 2001/04/20 16:12:14 1.94
+++ btd.c 2001/04/25 18:13:05 1.95
@@ -3347,6 +3347,7 @@
=20
printf("Setting baudrate in Ericsson module!\n");=20=20
hci_set_baudrate(spd);=20=20
+ usleep(10000); /* needed for some reason... */
#endif
}
=20
@@ -3369,8 +3370,8 @@
unsigned int wrscan =3D (PAGE_SCAN_ENABLE | INQUIRY_SCAN_ENABLE);
unsigned char evfilter[3];=20
unsigned int tmp[2];
- tmp[0] =3D 0x50;
- tmp[1] =3D 0x20;
+ tmp[0]=3D0x800;
+ tmp[1]=3D0x12;
=20=20=20
sleep(1);
printf("Setting write_scan_enable in CSR module!\n");
|