Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -raff2e3d6f0cf3827ed741e8dcd278d3e4008945a --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision aff2e3d6f0cf3827ed741e8dcd278d3e4008945a) @@ -174,6 +174,7 @@ void didActionReceive (const UIBloodPressureData &vData); void didDeviceChange (const BluetoothDeviceData &vDevice); void didDeviceSelect (const BluetoothDeviceData &vDevice); + void didDeviceInfoUpdated (const QString &vVendorName, const QString &vModelName); SAFE_CALL(doStart) // start the bluetooth adapter. SAFE_CALL(doScan ) // scan for devices.