Skip to content

Commit ba964d5

Browse files
committed
Add missing BLEScan.h
1 parent 68411ff commit ba964d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp_utils/BLEScan.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class BLEScan {
5858
BLEScanResults start(uint32_t duration, bool is_continue = false);
5959
void stop();
6060
void erase(BLEAddress address);
61-
// void setPower(esp_power_level_t powerLevel);
61+
BLEScanResults getResults();
62+
void clearResults();
6263

6364
private:
6465
BLEScan(); // One doesn't create a new instance instead one asks the BLEDevice for the singleton.

0 commit comments

Comments
 (0)