From 3ea8a09c292fefabcfe22bd848bbd967e5cf4abb Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Thu, 29 Oct 2020 16:51:05 +0100 Subject: [PATCH] Fix duplicate APIs due to merge conflict --- src/local/BLELocalDevice.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/local/BLELocalDevice.h b/src/local/BLELocalDevice.h index 80197253..03bd12b5 100644 --- a/src/local/BLELocalDevice.h +++ b/src/local/BLELocalDevice.h @@ -76,10 +76,6 @@ class BLELocalDevice { virtual void setEventHandler(BLEDeviceEvent event, BLEDeviceEventHandler eventHandler); - virtual void setAdvertisingInterval(uint16_t advertisingInterval); - virtual void setConnectionInterval(uint16_t minimumConnectionInterval, uint16_t maximumConnectionInterval); - virtual void setConnectable(bool connectable); - virtual void setTimeout(unsigned long timeout); virtual void debug(Stream& stream);