Skip to content

Commit f30de01

Browse files
me-no-devP-R-O-C-H-Y
authored andcommitted
IDF release/v5.1 (espressif#9498)
* fix(ble): rename esp_ble_gap_ext_adv_report_t * IDF release/v5.1 d23b7a0361
1 parent 1f8e9e4 commit f30de01

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

Diff for: libraries/BLE/examples/BLE5_extended_scan/BLE5_extended_scan.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ uint32_t scanTime = 100; //In 10ms (1000ms)
2020
BLEScan* pBLEScan;
2121

2222
class MyBLEExtAdvertisingCallbacks: public BLEExtAdvertisingCallbacks {
23-
void onResult(esp_ble_gap_ext_adv_reprot_t report) {
23+
void onResult(esp_ble_gap_ext_adv_report_t report) {
2424
if(report.event_type & ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY){
2525
// here we can receive regular advertising data from BLE4.x devices
2626
Serial.println("BLE4.2");

Diff for: libraries/BLE/examples/BLE5_periodic_sync/BLE5_periodic_sync.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static esp_ble_gap_periodic_adv_sync_params_t periodic_adv_sync_params = {
2828

2929
class MyBLEExtAdvertisingCallbacks : public BLEExtAdvertisingCallbacks
3030
{
31-
void onResult(esp_ble_gap_ext_adv_reprot_t params)
31+
void onResult(esp_ble_gap_ext_adv_report_t params)
3232
{
3333
uint8_t *adv_name = NULL;
3434
uint8_t adv_name_len = 0;

Diff for: 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

Diff for: package/package_esp32_index.template.json

+34-34
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"packager": "esp32",
4444
"name": "esp32-arduino-libs",
45-
"version": "idf-release_v5.1-3662303f31"
45+
"version": "idf-release_v5.1-d23b7a0361"
4646
},
4747
{
4848
"packager": "esp32",
@@ -105,63 +105,63 @@
105105
"tools": [
106106
{
107107
"name": "esp32-arduino-libs",
108-
"version": "idf-release_v5.1-3662303f31",
108+
"version": "idf-release_v5.1-d23b7a0361",
109109
"systems": [
110110
{
111111
"host": "i686-mingw32",
112-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
113-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
114-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
115-
"size": "352415499"
112+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
113+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
114+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
115+
"size": "359464912"
116116
},
117117
{
118118
"host": "x86_64-mingw32",
119-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
120-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
121-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
122-
"size": "352415499"
119+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
120+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
121+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
122+
"size": "359464912"
123123
},
124124
{
125125
"host": "arm64-apple-darwin",
126-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
127-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
128-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
129-
"size": "352415499"
126+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
127+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
128+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
129+
"size": "359464912"
130130
},
131131
{
132132
"host": "x86_64-apple-darwin",
133-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
134-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
135-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
136-
"size": "352415499"
133+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
134+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
135+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
136+
"size": "359464912"
137137
},
138138
{
139139
"host": "x86_64-pc-linux-gnu",
140-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
141-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
142-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
143-
"size": "352415499"
140+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
141+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
142+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
143+
"size": "359464912"
144144
},
145145
{
146146
"host": "i686-pc-linux-gnu",
147-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
148-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
149-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
150-
"size": "352415499"
147+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
148+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
149+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
150+
"size": "359464912"
151151
},
152152
{
153153
"host": "aarch64-linux-gnu",
154-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
155-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
156-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
157-
"size": "352415499"
154+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
155+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
156+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
157+
"size": "359464912"
158158
},
159159
{
160160
"host": "arm-linux-gnueabihf",
161-
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/2c6907b9e2b6ff8d7d47c93d622827575190b806",
162-
"archiveFileName": "esp32-arduino-libs-2c6907b9e2b6ff8d7d47c93d622827575190b806.zip",
163-
"checksum": "SHA-256:33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1",
164-
"size": "352415499"
161+
"url": "https://codeload.github.com/espressif/esp32-arduino-libs/zip/0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799",
162+
"archiveFileName": "esp32-arduino-libs-0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799.zip",
163+
"checksum": "SHA-256:dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6",
164+
"size": "359464912"
165165
}
166166
]
167167
},

0 commit comments

Comments
 (0)