File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ uint32_t scanTime = 100; //In 10ms (1000ms)
19
19
BLEScan* pBLEScan;
20
20
21
21
class MyBLEExtAdvertisingCallbacks : public BLEExtAdvertisingCallbacks {
22
- void onResult (esp_ble_gap_ext_adv_reprot_t report) {
22
+ void onResult (esp_ble_gap_ext_adv_report_t report) {
23
23
if (report.event_type & ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY){
24
24
// here we can receive regular advertising data from BLE4.x devices
25
25
Serial.println (" BLE4.2" );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static esp_ble_gap_periodic_adv_sync_params_t periodic_adv_sync_params = {
27
27
28
28
class MyBLEExtAdvertisingCallbacks : public BLEExtAdvertisingCallbacks
29
29
{
30
- void onResult (esp_ble_gap_ext_adv_reprot_t params)
30
+ void onResult (esp_ble_gap_ext_adv_report_t params)
31
31
{
32
32
uint8_t *adv_name = NULL ;
33
33
uint8_t adv_name_len = 0 ;
You can’t perform that action at this time.
0 commit comments