zhanghaipeng
|
d304bc76c7
|
docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic
|
2024-08-29 16:18:00 +08:00 |
|
Jiang Jiang Jian
|
ef0f7f6d23
|
Merge branch 'bugfix/fix_ble_resolve_adv_data_v5.0' into 'release/v5.0'
docker / docker (push) Waiting to run
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data (v5.0)
See merge request espressif/esp-idf!33026
|
2024-08-26 14:49:23 +08:00 |
|
Jiang Jiang Jian
|
fd859c6718
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.0' into 'release/v5.0'
Fixed some BLE bugs 240812 (backport v5.0)
See merge request espressif/esp-idf!32795
|
2024-08-26 14:48:07 +08:00 |
|
Jiang Jiang Jian
|
9d66c914b4
|
Merge branch 'feature/ble_example_pytest_v5.0' into 'release/v5.0'
add pytest for classic bt example(backport v5.0)
See merge request espressif/esp-idf!32578
|
2024-08-26 14:41:17 +08:00 |
|
chenjianhua
|
08b30f0e89
|
fix(bt/bluedroid): Fixed work queue delete when create thread failed
|
2024-08-23 16:57:55 +08:00 |
|
Jiang Jiang Jian
|
16077ec3e8
|
Merge branch 'bugfix/fix_mesh_ie_issue_from_leaf_to_root_v5.0' into 'release/v5.0'
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root (v5.0)
See merge request espressif/esp-idf!32992
|
2024-08-23 10:45:08 +08:00 |
|
gongyantao
|
f183884dbe
|
fix(bt): remove redundant space in hid example path
|
2024-08-23 10:24:46 +08:00 |
|
gongyantao
|
86507e6c18
|
fix(bt): change example sdkconfig name to sdkconfig.ci.test
|
2024-08-23 10:24:46 +08:00 |
|
gongyantao
|
319efedb76
|
change(ci): remove device name check in bt example
|
2024-08-23 10:24:46 +08:00 |
|
gongyantao
|
602bd2d89a
|
fix(bt): get remote device name from eir data
|
2024-08-23 10:24:45 +08:00 |
|
gongyantao
|
85ded0b544
|
feat(bt/example): add ci sdkconfig for bt examples
|
2024-08-23 10:24:42 +08:00 |
|
Yuan Hong Hui
|
171b5e7a24
|
feat(bt):add pytest for classic bt example
|
2024-08-23 10:22:42 +08:00 |
|
zhanghaipeng
|
7c6ecc6b26
|
docs(blufi): Optimize documentation for Blufi example
|
2024-08-23 09:42:32 +08:00 |
|
zhanghaipeng
|
3818ca3a46
|
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
|
2024-08-23 09:42:32 +08:00 |
|
Rahul Tank
|
91a0c33322
|
feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established
|
2024-08-21 20:55:28 +05:30 |
|
zhangyanjiao
|
fe6cbdc3bd
|
fix(wifi/mesh): update the mesh ip_internal_network example
|
2024-08-21 19:07:20 +08:00 |
|
zhangyanjiao
|
1c4806dadc
|
fix(wifi/mesh): fixed the dhcp offer send error issue when root restart multiple times
Closes https://github.com/espressif/esp-idf/issues/13212
|
2024-08-21 19:07:12 +08:00 |
|
Rahul Tank
|
ba6f51ce10
|
Merge branch 'feat/allow_connect_during_scan_v5.0' into 'release/v5.0'
feat(nimble): Add support to allow connection during scanning (v5.0)
See merge request espressif/esp-idf!32846
|
2024-08-20 17:31:44 +08:00 |
|
Jiang Jiang Jian
|
9ed93caadd
|
Merge branch 'fix/hfp_pcm_api_set_v5.0' into 'release/v5.0'
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.0)
See merge request espressif/esp-idf!32467
|
2024-08-20 11:34:27 +08:00 |
|
Rahul Tank
|
261ec35a8f
|
feat(nimble): Add support to allow connection during scanning
|
2024-08-19 15:31:52 +05:30 |
|
Rahul Tank
|
e0393330a7
|
Merge branch 'doc/update_readme_enc_adv_kconfig_v5.0' into 'release/v5.0'
fix(nimble): Remove ESP IP dependancy on enc_adv_data example (v5.0)
See merge request espressif/esp-idf!32647
|
2024-08-19 12:20:16 +08:00 |
|
chenqingqing
|
616869b554
|
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
|
2024-08-16 12:19:02 +08:00 |
|
Wang Meng Yang
|
745cd37220
|
Merge branch 'bugfix/fix_ble_channel_map_update_v5.0' into 'release/v5.0'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.0)
See merge request espressif/esp-idf!32584
|
2024-08-15 18:35:05 +08:00 |
|
Jiang Jiang Jian
|
018e50895c
|
Merge branch 'docs/optimized_ble_adv_data_type_v5.0' into 'release/v5.0'
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.0)
See merge request espressif/esp-idf!32758
|
2024-08-15 15:58:15 +08:00 |
|
Jiang Jiang Jian
|
27b870c7e8
|
Merge branch 'bugfix/increase_timer_task_depth_v5.0' into 'release/v5.0'
fix(nimble): Increase Timer stack size for nimble application (v5.0)
See merge request espressif/esp-idf!32272
|
2024-08-15 15:51:18 +08:00 |
|
Jiang Jiang Jian
|
d69673aee4
|
Merge branch 'bugfix/fix_ble_phy_compilation_issue' into 'release/v5.0'
fix(nimble): Remove extra spaces from example CMake file (v5.0)
See merge request espressif/esp-idf!32268
|
2024-08-15 15:50:46 +08:00 |
|
zhanghaipeng
|
5140188496
|
docs(ble/bluedroid): Optimize BLE example for setting advertising data
|
2024-08-12 11:38:38 +08:00 |
|
zhanghaipeng
|
01a40193a8
|
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
|
2024-08-09 20:29:20 +08:00 |
|
Rahul Tank
|
4ed10e555d
|
fix(nimble): Remove ESP IP dependancy on enc_adv_data example
|
2024-08-06 14:40:57 +05:30 |
|
Rahul Tank
|
df0d5bc4fa
|
fix(nimble): Increase Timer stack size for nimble application
|
2024-07-22 15:52:34 +05:30 |
|
Rahul Tank
|
74431934a5
|
fix(nimble): Remove extra spaces from example CMake file
|
2024-07-22 15:26:29 +05:30 |
|
gongyantao
|
7d040b7d44
|
feat(bt): add bt address printing for all bt examples
|
2024-07-19 11:51:58 +08:00 |
|
gongyantao
|
beab75487b
|
fix(bt): fix uTask stack overflow in bt example spp_initiator
|
2024-07-19 11:50:17 +08:00 |
|
Roshan Bangar
|
d2c4efae24
|
feat(nimble): Added periodic Adv Feature Updates in BLE 5.3
|
2024-07-12 18:41:02 +05:30 |
|
Rahul Tank
|
a1ce7ed947
|
Merge branch 'feat/enc_adv_data_v5.0' into 'release/v5.0'
docker / docker (push) Has been cancelled
NimBLE: Added support of encrypted advertising data (v5.0)
See merge request espressif/esp-idf!32046
|
2024-07-12 21:07:06 +08:00 |
|
Island
|
a8f8936b48
|
Merge branch 'feat/add_ble50_instant_v5.0' into 'release/v5.0'
Add support for BLE 5.0 instances in related events (v5.0)
See merge request espressif/esp-idf!31993
|
2024-07-12 14:52:52 +08:00 |
|
isha.pardikar@espressif.com
|
cdb3864e2c
|
NimBLE: Added support of encrypted advertising data
|
2024-07-11 15:07:21 +05:30 |
|
Rahul Tank
|
3e9f77e434
|
fix(nimble): Update menuconfig option to consider 5.0 support
|
2024-07-10 17:23:16 +05:30 |
|
Alex Lisitsyn
|
cf53d01a6c
|
fix(examples/modbus): fix modbus slave examples may process event flags incorrectly (Backport v5.0)
|
2024-07-09 16:29:22 +08:00 |
|
zhanghaipeng
|
7212e4e1a8
|
feat(ble/bluedroid): Support BLE50 instance in related event
|
2024-07-09 15:45:10 +08:00 |
|
Jiang Jiang Jian
|
cb870bcd6e
|
Merge branch 'fix/bump_esp_littlefs_to_v5.0' into 'release/v5.0'
fix(storage/littlefs): Bump version to v1.14.4 (core v2.9.1) (v5.0)
See merge request espressif/esp-idf!30359
|
2024-07-01 10:12:02 +08:00 |
|
zhanghaipeng
|
1d8f0aec81
|
fix(ble/bluedroid): Fixed BLE no data length change event
|
2024-06-02 19:26:27 +08:00 |
|
Li Shuai
|
57be8d2457
|
fix(example): fixed app partition is too small for binary size
|
2024-05-28 15:57:46 +08:00 |
|
WanqQixiang
|
e3a2ba8b07
|
fix(esp_netif): Fix mldv6 report memory leak in esp_netif
|
2024-05-27 17:31:33 +08:00 |
|
muhaidong
|
33c5194008
|
fix(wifi): fixed scan get ap number issue
|
2024-05-20 10:11:48 +08:00 |
|
Harshit Malpani
|
5f18e58722
|
fix: Update https_mbedtls example to fix TLS v1.2 connection
|
2024-05-02 17:15:19 +05:30 |
|
Mahavir Jain
|
1d530cc23c
|
https_mbedtls: update example to support TLS 1.3 connection
- make server verification mandatory (previously it was optional)
- add PSA crypto init API and handling for session ticket event
- coding style fixes
|
2024-05-02 17:11:07 +05:30 |
|
Island
|
2233d54812
|
Merge branch 'bugfix/fix_ble_max_attribute_value_v5.0' into 'release/v5.0'
Bugfix/fix ble max attribute value v5.0
See merge request espressif/esp-idf!30414
|
2024-04-28 10:37:12 +08:00 |
|
zhanghaipeng
|
2ddb174b4e
|
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
327a9126c8
|
fix(ble/bluedroid): Optimize the BLE documentation
|
2024-04-25 15:58:19 +08:00 |
|