Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -rc47d6680e0514292d7cc9b59ba0361aa8f335927 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision c47d6680e0514292d7cc9b59ba0361aa8f335927) @@ -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.