diff options
author | Neil Kolban <kolban1@kolban.com> | 2017-11-21 09:51:03 -0600 |
---|---|---|
committer | Neil Kolban <kolban1@kolban.com> | 2017-11-21 09:51:03 -0600 |
commit | 4a781e01832176d61af010669b8c362f5a777768 (patch) | |
tree | 6a7a16309d61c4728512f5eb632d3ad565288c36 /src/BLECharacteristic.h | |
parent | Fixes for #121 (diff) | |
download | thermostat-4a781e01832176d61af010669b8c362f5a777768.tar.gz thermostat-4a781e01832176d61af010669b8c362f5a777768.tar.bz2 thermostat-4a781e01832176d61af010669b8c362f5a777768.zip |
Updates 2017-11-21 0950
Diffstat (limited to 'src/BLECharacteristic.h')
-rw-r--r-- | src/BLECharacteristic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BLECharacteristic.h b/src/BLECharacteristic.h index 24977c0..cacf1e5 100644 --- a/src/BLECharacteristic.h +++ b/src/BLECharacteristic.h @@ -77,6 +77,7 @@ public: void setWriteProperty(bool value); void setWriteNoResponseProperty(bool value); std::string toString(); + uint16_t getHandle(); static const uint32_t PROPERTY_READ = 1<<0; @@ -106,7 +107,6 @@ private: esp_ble_gatts_cb_param_t* param); void executeCreate(BLEService* pService); - uint16_t getHandle(); esp_gatt_char_prop_t getProperties(); BLEService* getService(); void setHandle(uint16_t handle); |