Skip to content

Commit 3007572

Browse files
committed
Fix IDF Libs build errors
1 parent 07064f5 commit 3007572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/src/BLEAdvertisedDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class BLEExtAdvertisingCallbacks {
145145
* As we are scanning, we will find new devices. When found, this call back is invoked with a reference to the
146146
* device that was found. During any individual scan, a device will only be detected one time.
147147
*/
148-
virtual void onResult(esp_ble_gap_ext_adv_reprot_t report) = 0;
148+
virtual void onResult(esp_ble_gap_ext_adv_report_t report) = 0;
149149
};
150150
#endif // SOC_BLE_50_SUPPORTED
151151

0 commit comments

Comments
 (0)