patch-2.4.25 linux-2.4.25/net/bluetooth/hci_conn.c
Next file: linux-2.4.25/net/bluetooth/hci_core.c
Previous file: linux-2.4.25/net/bluetooth/cmtp/sock.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
2004-02-18 05:36:32.000000000 -0800
 -  Orig file: 
linux-2.4.24/net/bluetooth/hci_conn.c
 -  Orig date: 
2003-06-13 07:51:39.000000000 -0700
 
diff -urN linux-2.4.24/net/bluetooth/hci_conn.c linux-2.4.25/net/bluetooth/hci_conn.c
@@ -71,7 +71,7 @@
 
 	memset(&cp, 0, sizeof(cp));
 	bacpy(&cp.bdaddr, &conn->dst);
-	cp.pscan_rep_mode = 0x01;
+	cp.pscan_rep_mode = 0x02;
 
 	if ((ie = inquiry_cache_lookup(hdev, &conn->dst)) &&
 			inquiry_entry_age(ie) <= INQUIRY_ENTRY_AGE_MAX) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)