summaryrefslogtreecommitdiff
path: root/sensor/patchedBLE/src/BLEDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensor/patchedBLE/src/BLEDevice.h')
-rw-r--r--sensor/patchedBLE/src/BLEDevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensor/patchedBLE/src/BLEDevice.h b/sensor/patchedBLE/src/BLEDevice.h
index 7a1b833..16c323c 100644
--- a/sensor/patchedBLE/src/BLEDevice.h
+++ b/sensor/patchedBLE/src/BLEDevice.h
@@ -33,6 +33,7 @@ public:
static BLEScan* getScan(); // Get the scan object
static std::string getValue(BLEAddress bdAddress, BLEUUID serviceUUID, BLEUUID characteristicUUID); // Get the value of a characteristic of a service on a server.
static void init(std::string deviceName); // Initialize the local BLE environment.
+ static void uninit();
static void setPower(esp_power_level_t powerLevel); // Set our power level.
static void setValue(BLEAddress bdAddress, BLEUUID serviceUUID, BLEUUID characteristicUUID, std::string value); // Set the value of a characteristic on a service on a server.
static std::string toString(); // Return a string representation of our device.