Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -rf2e4eba6e85c5d36537be782926f23cc9dc01037 -r01a8c935f7d90ce3b168970765c0f20ea0c1a273 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 01a8c935f7d90ce3b168970765c0f20ea0c1a273) @@ -299,8 +299,8 @@ connect(this , SIGNAL(didDeviceSelect (BluetoothDeviceData )), this , SLOT( onDeviceSelect (BluetoothDeviceData ))); - connect(&_ApplicationController, SIGNAL(didAttributeResponse(const DeviceBluetoothPairedQueryResponseData &)), - this , SLOT( onAttributeResponse(const DeviceBluetoothPairedQueryResponseData &))); +// connect(&_ApplicationController, SIGNAL(didAttributeResponse(const DeviceBluetoothPairedQueryResponseData &)), +// this , SLOT( onAttributeResponse(const DeviceBluetoothPairedQueryResponseData &))); }