Commit Graph

5169 Commits

Author SHA1 Message Date
Alexey Gerenkov
4057760b86 Merge branch 'fix/sysview_example_tests_v5.1' into 'release/v5.1'
test(sysview): fix gdb no response error in sysview_heap_log tests (v5.1)

See merge request espressif/esp-idf!33459
2024-09-17 23:01:20 +08:00
Island
d8018d6a96 Merge branch 'bugfix/fixed_multi_conn_example_crash_issue_5.1' into 'release/v5.1'
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn

See merge request espressif/esp-idf!33494
2024-09-13 19:18:02 +08:00
Shen Weilong
99ff4745e2 fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn 2024-09-12 20:58:00 +08:00
Nachiket Kukade
a93ae1141d fix(esp_wifi): Fix FTM issues in AP-STA mode
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
  while in-AP is in 40MHz
2024-09-12 10:47:22 +05:30
Erhan Kurubas
8a4e0b6b2a test(sysview): fix gdb no response error in sysview_heap_log tests 2024-09-11 13:43:16 +03:00
Wei Yu Han
e03dce674c fix(ble): Increased the length of addr_str in ble_get_started nimble examples 2024-09-11 17:14:22 +08:00
weiyuhan
df9abfe9f9 fix(ble): Added ble_get_started examples to build-test-rules.yml 2024-09-11 17:14:22 +08:00
Yuhan Wei
a8b85dd01c fix(ble): Removed unsupported sdkconfig 2024-09-11 17:14:22 +08:00
Yuhan Wei
89db2b75dc fix(ble): Removed the C5 support for examples in ble_get_started 2024-09-11 17:14:22 +08:00
Zhou Xiao
d4b4f5c146 docs(ble): Replace advertising interval hex value with BLE_GAP_ADV_ITVL_MS 2024-09-11 17:14:22 +08:00
Zhou Xiao
17ea84eef6 docs(ble): Improved as Weilong and Shenhang requested 2024-09-11 17:14:22 +08:00
zhouxiao
77f9b38039 docs(ble): Added BLE Get Started 2024-09-11 17:14:22 +08:00
Rahul Tank
9559f40dc6 Merge branch 'bugfix/bidirectioanl_data_transfer_ble_spp_v5.1' into 'release/v5.1'
fix(nimble): Added support for bidirectional data trasfer (v5.1)

See merge request espressif/esp-idf!33414
2024-09-11 14:04:28 +08:00
Wang Meng Yang
8af42a08cf Merge branch 'bugfix/fix_hid_cod_setting_v5.1' into 'release/v5.1'
Some checks failed
docker / docker (push) Has been cancelled
Bugfix/fix hid cod setting[backport 5.1]

See merge request espressif/esp-idf!33339
2024-09-10 18:30:49 +08:00
Astha Verma
20d3a306eb fix(nimble): Added support for bidirectional data trasfer 2024-09-09 18:41:27 +05:30
zhanghaipeng
1dbaced1ca docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic 2024-09-06 10:14:42 +08:00
liqigan
7079d50ecd feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
Closes https://github.com/espressif/esp-idf/issues/13622
2024-09-05 14:25:27 +08:00
Jiang Jiang Jian
386d49f132 Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
Fixed some BLE bugs 240812 (backport v5.1)

See merge request espressif/esp-idf!32794
2024-08-26 14:52:05 +08:00
Jiang Jiang Jian
00a0acfc23 Merge branch 'bugfix/fix_ble_resolve_adv_data_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data (v5.1)

See merge request espressif/esp-idf!33025
2024-08-26 14:50:45 +08:00
chenjianhua
1743d22f08 fix(bt/bluedroid): Fixed work queue delete when create thread failed 2024-08-23 16:56:54 +08:00
Jiang Jiang Jian
0670fbbe3d Merge branch 'bugfix/fix_mesh_ie_issue_from_leaf_to_root_v5.1' into 'release/v5.1'
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root (v5.1)

See merge request espressif/esp-idf!32988
2024-08-23 13:49:05 +08:00
zhanghaipeng
98f034be03 docs(blufi): Optimize documentation for Blufi example 2024-08-23 09:42:25 +08:00
zhanghaipeng
31e68c9d36 fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data 2024-08-23 09:42:24 +08:00
zhangyanjiao
bb0a498018 fix(wifi/mesh): update the mesh ip_internal_network example 2024-08-21 18:04:00 +08:00
zhangyanjiao
3629e4b92a 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 18:03:50 +08:00
Rahul Tank
071fed2d6f feat(nimble): BLE_GAP_EVENT_LINK_ESTAB event to ensure link established 2024-08-20 14:56:13 +05:30
Rahul Tank
61edc67100 feat(nimble): Add support to allow connection during scanning 2024-08-16 15:05:39 +05:30
Island
c608177cf9 Merge branch 'docs/optimized_ble_adv_data_type_v5.1' into 'release/v5.1'
Some checks failed
docker / docker (push) Has been cancelled
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.1)

See merge request espressif/esp-idf!32757
2024-08-14 15:53:19 +08:00
Fu Hanxi
92fcaa346a
ci: fix test_bt_hid path 2024-08-13 11:23:02 +02:00
zhanghaipeng
75430acf9d docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates 2024-08-13 12:13:08 +08:00
gongyantao
badc32ad6e fix(bt): change example sdkconfig name to sdkconfig.ci.test 2024-08-13 09:54:48 +08:00
Shu Chen
e1b83bac56 Merge branch 'backport/make_ot_task_queue_non_permanent_blocking_51' into 'release/v5.1'
fix(openthread): make ot task queue sending non-permanent blocking(Backport 5.1)

See merge request espressif/esp-idf!32632
2024-08-12 16:04:08 +08:00
zhanghaipeng
a9db5f07bf docs(ble/bluedroid): Optimize BLE example for setting advertising data 2024-08-12 11:38:02 +08:00
Wang Meng Yang
03f66399a1 Merge branch 'fix/hfp_pcm_api_set_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.1)

See merge request espressif/esp-idf!32481
2024-08-07 19:06:24 +08:00
Rahul Tank
1fc491ac57 Merge branch 'bugfix/fix_proxy_example_assert_v5.1' into 'release/v5.1'
fix(nimble): Fixed assert issue in proximity_sensor example (v5.1)

See merge request espressif/esp-idf!32628
2024-08-07 18:03:46 +08:00
zwx
760bdd1cfc fix(openthread): make ot task queue sending non-permanent blocking 2024-08-06 14:10:55 +08:00
gongyantao
2837193ee6 change(ci): remove device name check in bt example 2024-08-06 14:09:43 +08:00
gongyantao
e55c9c36a0 fix(bt): get remote device name from eir data 2024-08-06 14:09:38 +08:00
gongyantao
cda15079a2 feat(bt/example): add ci sdkconfig for bt examples 2024-08-06 14:09:25 +08:00
chenqingqing
d36f5166fe fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape 2024-08-05 20:01:56 +08:00
Rahul Tank
71ad2918aa fix(nimble): Fixed assert issue in proximity_sensor example 2024-08-05 16:57:50 +05:30
Yuan Hong Hui
20b31e6b63 feat(bt):add pytest for classic bt example 2024-08-02 15:24:18 +08:00
Shu Chen
9dad9f9704 Merge branch 'backport/openthread_related_bacport_to_5_1' into 'release/v5.1'
Backport some openthread related features (Backport v5.1)

See merge request espressif/esp-idf!32249
2024-08-01 10:48:35 +08:00
Jiang Jiang Jian
6457a4b824 Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.1' into 'release/v5.1'
Fix/stack overflow in example spp initiator(backport v5.1)

See merge request espressif/esp-idf!32234
2024-07-26 17:59:18 +08:00
Xu Si Yu
c743807de8 fix(common_components): unregister event handler if wifi disconnect and stop reconnecting 2024-07-25 15:57:56 +08:00
Xu Si Yu
e6f76a17a1 feat(openthread): update openthread submodule 2024-07-25 15:57:56 +08:00
Rahul Tank
320257a60b fix(nimble): Increase Timer stack size for nimble application 2024-07-22 15:52:10 +05:30
gongyantao
9955258770 feat(bt): add bt address printing for all bt examples 2024-07-19 11:49:01 +08:00
gongyantao
07b1e674ad fix(bt): fix uTask stack overflow in bt example spp_initiator 2024-07-19 11:47:19 +08:00
zwl
6f6d163d30 fix(ble): fixed nimble host only build error 2024-07-16 13:23:41 +08:00