--- 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;