aboutsummaryrefslogtreecommitdiff
path: root/ble/LinuxBluetooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ble/LinuxBluetooth.cpp')
-rw-r--r--ble/LinuxBluetooth.cpp4
1 files changed, 4 insertions, 0 deletions
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;