summaryrefslogtreecommitdiff
blob: b837b97eccd19e4de6b2b7a0b14d635e6fbf0356 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- kdebluetooth-0.0.20050122/kdebluetooth/kbluetoothd/kbluetoothd/connectiondlg.cpp	2004-08-05 09:22:29.000000000 +0200
+++ /tmp/kdebluetooth-0.0.20050122/kdebluetooth/kbluetoothd/kbluetoothd/connectiondlg.cpp	2005-02-01 22:39:19.000742896 +0100
@@ -153,7 +153,7 @@
     rq.cparam = &conHandle;
     rq.clen = 2;
     rq.rparam = &rp;
-    rq.rlen = GET_LINK_QUALITY_RP_SIZE;
+    rq.rlen = READ_LINK_QUALITY_RP_SIZE;
 
     if (hci_send_req(dd, &rq, 100) < 0) {
         kdDebug() << "HCI get_link_quality request failed" << endl;