Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r7bb28b34d5337c6fe8669ee797e0312639c0e02f -rd1c6d835c562ff192b6b89cf9962b2f994dacaec --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 7bb28b34d5337c6fe8669ee797e0312639c0e02f) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision d1c6d835c562ff192b6b89cf9962b2f994dacaec) @@ -175,6 +175,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.