Skip to content

Commit 8b9c231

Browse files
committed
Fix IDF Libs build errors
1 parent 9efd0a9 commit 8b9c231

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
@@ -135,7 +135,7 @@ class BLEExtAdvertisingCallbacks {
135135
* As we are scanning, we will find new devices. When found, this call back is invoked with a reference to the
136136
* device that was found. During any individual scan, a device will only be detected one time.
137137
*/
138-
virtual void onResult(esp_ble_gap_ext_adv_reprot_t report) = 0;
138+
virtual void onResult(esp_ble_gap_ext_adv_report_t report) = 0;
139139
};
140140
#endif // CONFIG_BT_BLE_50_FEATURES_SUPPORTED
141141

0 commit comments

Comments
 (0)