diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ble/Bluetooth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ble/Bluetooth.h b/include/ble/Bluetooth.h index b0228e5..914dc26 100644 --- a/include/ble/Bluetooth.h +++ b/include/ble/Bluetooth.h @@ -153,8 +153,6 @@ public: virtual ByteBuffer readValue(const BluetoothGattCharacteristicPtr &c, ByteBuffer &response) = 0; - virtual void setCharacteristicNotification(const BluetoothGattDescriptorPtr &c, bool enable) = 0; - virtual void discoverServices() = 0; virtual vector<shared_ptr<BluetoothGattService>> getServices() const = 0; |