diff --git a/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h b/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h index 6e75ba71..12307379 100644 --- a/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h +++ b/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h @@ -72,13 +72,6 @@ private: // Methods called from BluetoothLowEnergyManager void setEnabled(const bool &enabled); -signals: - void connectedChanged(const bool &connected); - void autoConnectingChanged(const bool &autoConnecting); - void stateChanged(const QLowEnergyController::ControllerState &state); - void errorOccured(const QLowEnergyController::Error &error); - void servicesDiscoveryFinished(); - private slots: void onConnected(); void onDisconnected();