From 47b736139f242a8fd2e5c6513b0c2e0b31110d77 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 21 Jun 2015 13:26:55 +0200 Subject: SoilMoisture: o Adding getName(). sm-get-value: o More cleanup. --- ble/LinuxBluetooth.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ble') diff --git a/ble/LinuxBluetooth.cpp b/ble/LinuxBluetooth.cpp index 6e3c9da..c96d145 100644 --- a/ble/LinuxBluetooth.cpp +++ b/ble/LinuxBluetooth.cpp @@ -68,6 +68,10 @@ public: ~LinuxBluetoothGatt(); + LinuxBluetoothGatt(const LinuxBluetoothGatt&) = delete; + + LinuxBluetoothGatt& operator=(const LinuxBluetoothGatt&) = delete; + bool isConnected() const override; void discoverServices() override; -- cgit v1.2.3