diff options
author | kolban <kolban1@kolban.com> | 2017-10-13 10:52:17 -0500 |
---|---|---|
committer | kolban <kolban1@kolban.com> | 2017-10-13 10:52:17 -0500 |
commit | 34902f4e7fc6926a005a5ccfd4e530d6a6321613 (patch) | |
tree | 512593068ed656012ee31fced9526bff80ecad55 /src/BLEClient.h | |
parent | Merge pull request #5 from sebastiankliem/master (diff) | |
download | thermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.tar.gz thermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.tar.bz2 thermostat-34902f4e7fc6926a005a5ccfd4e530d6a6321613.zip |
Sync update for 0.4.3 take 2
Diffstat (limited to 'src/BLEClient.h')
-rw-r--r-- | src/BLEClient.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/BLEClient.h b/src/BLEClient.h index 898f98c..494f51d 100644 --- a/src/BLEClient.h +++ b/src/BLEClient.h @@ -28,6 +28,7 @@ class BLEClientCallbacks; class BLEClient { public: BLEClient(); + ~BLEClient(); bool connect(BLEAddress address); void disconnect(); BLEAddress getPeerAddress(); @@ -39,8 +40,9 @@ public: private: friend class BLEDevice; - friend class BLERemoteCharacteristic; friend class BLERemoteService; + friend class BLERemoteCharacteristic; + friend class BLERemoteDescriptor; void gattClientEventHandler( esp_gattc_cb_event_t event, |