Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
49b94644
Unverified
Commit
49b94644
authored
Apr 12, 2024
by
Me No Dev
Committed by
GitHub
Apr 12, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IDF release/v5.1 (#9498)
* fix(ble): rename esp_ble_gap_ext_adv_report_t * IDF release/v5.1 d23b7a0361
parent
3a0dd1cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
37 deletions
+37
-37
libraries/BLE/examples/BLE5_extended_scan/BLE5_extended_scan.ino
...es/BLE/examples/BLE5_extended_scan/BLE5_extended_scan.ino
+1
-1
libraries/BLE/examples/BLE5_periodic_sync/BLE5_periodic_sync.ino
...es/BLE/examples/BLE5_periodic_sync/BLE5_periodic_sync.ino
+1
-1
libraries/BLE/src/BLEAdvertisedDevice.h
libraries/BLE/src/BLEAdvertisedDevice.h
+1
-1
package/package_esp32_index.template.json
package/package_esp32_index.template.json
+34
-34
No files found.
libraries/BLE/examples/BLE5_extended_scan/BLE5_extended_scan.ino
View file @
49b94644
...
...
@@ -20,7 +20,7 @@ uint32_t scanTime = 100; //In 10ms (1000ms)
BLEScan
*
pBLEScan
;
class
MyBLEExtAdvertisingCallbacks
:
public
BLEExtAdvertisingCallbacks
{
void
onResult
(
esp_ble_gap_ext_adv_rep
ro
t_t
report
)
{
void
onResult
(
esp_ble_gap_ext_adv_rep
or
t_t
report
)
{
if
(
report
.
event_type
&
ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY
){
// here we can receive regular advertising data from BLE4.x devices
Serial
.
println
(
"BLE4.2"
);
...
...
libraries/BLE/examples/BLE5_periodic_sync/BLE5_periodic_sync.ino
View file @
49b94644
...
...
@@ -28,7 +28,7 @@ static esp_ble_gap_periodic_adv_sync_params_t periodic_adv_sync_params = {
class
MyBLEExtAdvertisingCallbacks
:
public
BLEExtAdvertisingCallbacks
{
void
onResult
(
esp_ble_gap_ext_adv_rep
ro
t_t
params
)
void
onResult
(
esp_ble_gap_ext_adv_rep
or
t_t
params
)
{
uint8_t
*
adv_name
=
NULL
;
uint8_t
adv_name_len
=
0
;
...
...
libraries/BLE/src/BLEAdvertisedDevice.h
View file @
49b94644
...
...
@@ -145,7 +145,7 @@ public:
* As we are scanning, we will find new devices. When found, this call back is invoked with a reference to the
* device that was found. During any individual scan, a device will only be detected one time.
*/
virtual
void
onResult
(
esp_ble_gap_ext_adv_rep
ro
t_t
report
)
=
0
;
virtual
void
onResult
(
esp_ble_gap_ext_adv_rep
or
t_t
report
)
=
0
;
};
#endif // SOC_BLE_50_SUPPORTED
...
...
package/package_esp32_index.template.json
View file @
49b94644
...
...
@@ -42,7 +42,7 @@
{
"packager"
:
"esp32"
,
"name"
:
"esp32-arduino-libs"
,
"version"
:
"idf-release_v5.1-
3662303f3
1"
"version"
:
"idf-release_v5.1-
d23b7a036
1"
},
{
"packager"
:
"esp32"
,
...
...
@@ -105,63 +105,63 @@
"tools"
:
[
{
"name"
:
"esp32-arduino-libs"
,
"version"
:
"idf-release_v5.1-
3662303f3
1"
,
"version"
:
"idf-release_v5.1-
d23b7a036
1"
,
"systems"
:
[
{
"host"
:
"i686-mingw32"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"x86_64-mingw32"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"arm64-apple-darwin"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"x86_64-apple-darwin"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"x86_64-pc-linux-gnu"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"i686-pc-linux-gnu"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"aarch64-linux-gnu"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
},
{
"host"
:
"arm-linux-gnueabihf"
,
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
2c6907b9e2b6ff8d7d47c93d622827575190b806
"
,
"archiveFileName"
:
"esp32-arduino-libs-
2c6907b9e2b6ff8d7d47c93d622827575190b806
.zip"
,
"checksum"
:
"SHA-256:
33998f3ba0cf1080ef6a3c70d477b9d535944191a045f9078d427ee5e79afbe1
"
,
"size"
:
"35
2415499
"
"url"
:
"https://codeload.github.com/espressif/esp32-arduino-libs/zip/
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
"
,
"archiveFileName"
:
"esp32-arduino-libs-
0dbfb946a0af0e10f9caa0a22aa1ee4b5bd79799
.zip"
,
"checksum"
:
"SHA-256:
dae6b3bc63778977bf08a372630ba57dff217e9674fea85964c95da9f738f6f6
"
,
"size"
:
"35
9464912
"
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment