You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libraries/BLE/src/BLEDevice.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class BLEDevice {
37
37
static BLEScan* getScan(); // Get the scan object
38
38
static std::string getValue(BLEAddress bdAddress, BLEUUID serviceUUID, BLEUUID characteristicUUID); // Get the value of a characteristic of a service on a server.
39
39
staticvoidinit(std::string deviceName); // Initialize the local BLE environment.
40
-
staticvoidsetPower(esp_power_level_t powerLevel); // Set our power level.
40
+
staticvoidsetPower(esp_power_level_t powerLevel, esp_ble_power_type_t powerType=ESP_BLE_PWR_TYPE_DEFAULT); // Set our power level.
41
41
staticvoidsetValue(BLEAddress bdAddress, BLEUUID serviceUUID, BLEUUID characteristicUUID, std::string value); // Set the value of a characteristic on a service on a server.
42
42
static std::string toString(); // Return a string representation of our device.
43
43
staticvoidwhiteListAdd(BLEAddress address); // Add an entry to the BLE white list.
0 commit comments