diff options
Diffstat (limited to 'ble/Bluetooth.h')
-rw-r--r-- | ble/Bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ble/Bluetooth.h b/ble/Bluetooth.h index 1dd5022..d6be783 100644 --- a/ble/Bluetooth.h +++ b/ble/Bluetooth.h @@ -122,7 +122,7 @@ public: virtual ~BluetoothGatt(); -// virtual BluetoothDevice &getDevice() = 0; + virtual BluetoothDevice &getDevice() const = 0; virtual void connect() = 0; |