Index: sources/view/VBluetooth.h =================================================================== diff -u -r7249125bb71e6fab4139590ee777c64ece9cf3be -r5696b8db4628ee3143d93952c5dbdf511fa985b1 --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision 7249125bb71e6fab4139590ee777c64ece9cf3be) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision 5696b8db4628ee3143d93952c5dbdf511fa985b1) @@ -50,6 +50,7 @@ QString controllerErrorToString(QLowEnergyController::Error error); bool isDeviceAlreadyPaired(const QBluetoothDeviceInfo &deviceInfo); void removeFromDevices(const VBluetoothDeviceInfo *info); + void setDeviceConnected(const QBluetoothDeviceInfo &deviceInfo, const bool &connected); private slots: void onScanForDevicesError(QBluetoothDeviceDiscoveryAgent::Error error); @@ -59,6 +60,7 @@ void onUpdateStatus(const QString &message); void onControllerError(QLowEnergyController::Error error); void onConnectedToDevice(const QBluetoothDeviceInfo &deviceInfo); + void onDisconnectedFromDevice(const QBluetoothDeviceInfo &deviceInfo); }; } #endif // VBLUETOOTH_H