Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -ra7c580f0998ee781c47314384f677249cea4c4b4 -r1899a965b63d5b98745d4434391f556cdba6615b --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision a7c580f0998ee781c47314384f677249cea4c4b4) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 1899a965b63d5b98745d4434391f556cdba6615b) @@ -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.