zhanghaipeng
0e4d03b4de
feat(bt/bluedroid): Display BLE permission check handle in error trace
2023-10-31 16:30:22 +08:00
zhanghaipeng
7841271e41
feat(bt/bluedroid): Support BLE gattc notify registration number
2023-10-31 16:30:22 +08:00
zhanghaipeng
1f785edead
fix(bt/bluedroid): Fix key size check in BLE smp
2023-10-31 16:30:22 +08:00
Wang Meng Yang
2b6ebac5ca
Merge branch 'bugfix/backport_some_ble_bugs_20231020_v4.3' into 'release/v4.3'
...
Fixed some BLE bugs 20231020 (backport v4.3)
See merge request espressif/esp-idf!26614
2023-10-26 18:20:27 +08:00
Jiang Jiang Jian
2d976635a6
Merge branch 'bugfix/spurious_beacon_timeout_v4.3' into 'release/v4.3'
...
Fixed some WiFi Issues (Backport v4.3)
See merge request espressif/esp-idf!26616
2023-10-26 14:47:01 +08:00
zhiweijian
1b20c1970c
Modify mesh proxy solic uuid to 0x18590303
2023-10-26 02:33:35 +00:00
zhiweijian
56ef2d06f7
feat: add config to disable ble hci uart flow control
2023-10-26 02:33:35 +00:00
zhiweijian
c0be439b92
change: enable pll track by default on ESP32
2023-10-26 02:33:35 +00:00
zhiweijian
0c9997c2ca
Add mesh adv type for exception list
2023-10-26 02:33:35 +00:00
zhiweijian
bba23a4b9f
Update ble lib for ESP32-C3
...
- Add new mesh types for exception list on ESP32-C3
- Fixed address resolution for directed adv with RPA when scanning on ESP32-C3
- Fixed resolvable private address renew after timeout on ESP32-C3
- Fixed extended adv address setting after adv restart on ESP32-C3
- Fixed scan channel index setting for extended scan on ESP32-C3
- Add API to set aux channel index for extended adv on ESP32-C3
- modify mesh proxy solic uuid to 0x18590303 on ESP32-C3
- Fixed DTM payload length cannot be 0 on ESP32-C3
- Added config to enable Hw recorrect eco on ESP32-C3
- report the number of packets sent on the TX end on ESP32-C3
2023-10-26 02:33:35 +00:00
zhiweijian
fbf871a611
Fixed bluedroid host build warning when log is disabled
2023-10-26 02:33:35 +00:00
Jiang Jiang Jian
a6bcdf9637
Merge branch 'bugfix/minor_enterprise_fixes_v4.3' into 'release/v4.3'
...
Drop Eapol msg if EAP success is not processed (Backport v4.3)
See merge request espressif/esp-idf!25070
2023-10-25 16:41:01 +08:00
Island
b84f9529e1
Merge branch 'backport_v4.3' into 'release/v4.3'
...
Fix some BLE bugs in bluedroid hostr(backport v4.3)
See merge request espressif/esp-idf!26166
2023-10-23 12:03:45 +08:00
Shyamal Khachane
ad3b52b058
fix(esp_wifi): Drop Eapol msg if EAP success is not processed
2023-10-21 21:49:27 +05:30
jgujarathi
085bf0ed5a
fix(esp_wifi): Fixes issues in PMKSA and AID assignment
...
- Fix missing PMKSA flush scenarios.
- Fix wrong AID assigned to station when multiple stations try to connect
simultaneously with mixed order of auth-request and assoc-request frames.
2023-10-20 19:44:11 +05:30
Jiang Jiang Jian
b7b0a6f094
Merge branch 'bugfix/wps_wpa3_passphrase_v4.3' into 'release/v4.3'
...
fix(wifi): Get passphrase in WPS if AP support SAE
See merge request espressif/esp-idf!26560
2023-10-20 19:46:53 +08:00
Jiang Jiang Jian
f4864a2a19
Merge branch 'bugfix/fix_no_mac_retention_at_wifi_start_v4.3' into 'release/v4.3'
...
fix(pm): wifi no mac retention at wifi start
See merge request espressif/esp-idf!25580
2023-10-19 10:34:33 +08:00
Jiang Jiang Jian
3a0399935e
Merge branch 'feat/imporve_iperf_performance_v4.3' into 'release/v4.3'
...
feat(wifi): optimize iperf performance (Backport V4.3)
See merge request espressif/esp-idf!26398
2023-10-18 20:40:35 +08:00
Kapil Gupta
ad90f00afa
fix(wifi): Get passphrase in WPS if AP support SAE
...
Also add changes to send NACK if WPS message received twice.
2023-10-18 17:58:43 +05:30
xuxiao
59cb30e837
feat(wifi): optimize iperf performance (Backport V4.3)
2023-10-17 19:13:29 +08:00
liuning
ae74ecea25
fix(pm): wifi no mac retention at wifi start
2023-10-17 09:44:27 +08:00
zhanghaipeng
6b3548f718
fix(bt/bluedroid): Fix hid example stack overflow bugs when using esp32s3
2023-10-16 19:35:47 +08:00
zhanghaipeng
20eacf3652
fix(bt/bluedroid): Fix remove resolving list error for esp32
2023-10-16 19:35:37 +08:00
zhanghaipeng
e306873664
fix(bt/bluedroid): Fix bugs in ble service change characteristic
2023-10-16 19:35:24 +08:00
zhanghaipeng
7a3304fc21
feat(bt/bluedroid): Support scan response data length zero in BLE
2023-10-16 19:35:10 +08:00
zhanghaipeng
ac87d24969
fix(bt/bluedroid): Optimize the description of Scan Duplicate in BLE
2023-10-16 19:35:00 +08:00
Harshit Malpani
132d490614
feat(mbedtls): Update to release v2.28.5
2023-10-16 11:20:33 +05:30
baohongde
54ab0d3f71
feat(bt/hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U
2023-10-13 14:24:46 +08:00
baohongde
97c1e30e39
fix(bt/bluedroid): Triggering disconnect event of GAP correctly
2023-10-13 14:24:46 +08:00
baohongde
5a17b753f1
fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40
2023-10-13 14:24:46 +08:00
Laukik Hase
e06f2df346
ci: Fix for ETSTimers arm & disarm run from IRAM
UT
...
- For ESP32 | SPIRAM_MALLOC_ALWAYSINTERNAL=0
- Forced `esp_timer_create` to allocate resource from the internal memory
- WiFi/BT coexistence will sometimes arm/disarm timers from an ISR
where flash may be disabled. This can lead to a cache-based
exception as the timer instance will be located in the PSRAM.
2023-10-12 02:13:48 +00:00
Jiang Jiang Jian
784a688aa9
Merge branch 'fix/spi_polling_api_buslock_logic_v4.3' into 'release/v4.3'
...
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed (v4.3)
See merge request espressif/esp-idf!26135
2023-10-12 10:13:08 +08:00
Island
320f0a4117
Merge branch 'bugfix/deepfree_v43' into 'release/v4.3'
...
fix(ble_mesh): fix compilation failure on using scene model.(v4.3)
See merge request espressif/esp-idf!26374
2023-10-11 19:28:25 +08:00
Wu Meng Shi
5484506582
fix(ble_mesh): fix compilation failure on using scene model.(v4.3)
2023-10-11 19:28:24 +08:00
Island
ac0138f251
Merge branch 'bugfix/BLEQABR23-414_v43' into 'release/v4.3'
...
fix(ble_mesh): Fix PB-GATT adv being reported to the app layer too frequently (v4.3)
See merge request espressif/esp-idf!26347
2023-10-10 16:10:24 +08:00
Wu Meng Shi
db6f38f68d
fix(ble_mesh): Fix PB-GATT adv being reported to the app layer too frequently (v4.3)
2023-10-10 16:10:23 +08:00
Jiang Jiang Jian
de21e45b72
Merge branch 'bugfix/neighbour_report_crash_v43' into 'release/v4.3'
...
Fix crash in RRM neighbour report requests.(v4.3)
See merge request espressif/esp-idf!25411
2023-10-08 19:09:21 +08:00
Jiang Jiang Jian
623c826a93
Merge branch 'bugfix/BLEQABR23-632v43' into 'release/v4.3'
...
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble (v4.3)
See merge request espressif/esp-idf!26244
2023-10-08 18:03:22 +08:00
Wu Meng Shi
96379a4626
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble (v4.3)
2023-10-08 18:03:21 +08:00
Jiang Jiang Jian
1b904fa547
Merge branch 'bugfix/hfp_api_pkt_stat_nums_v4.3' into 'release/v4.3'
...
fix(bt/bluedroid): Fix the judgment condition for packet transmission status statistics (backport v4.3)
See merge request espressif/esp-idf!26172
2023-10-08 13:43:25 +08:00
Jiang Jiang Jian
207d846419
Merge branch 'bugfix/wps_disable_disconnect_v4.3' into 'release/v4.3'
...
fix(wpa_supplicant): Fix WPS connection issue after WPS done (Backport v4.3)
See merge request espressif/esp-idf!25249
2023-10-07 16:41:51 +08:00
Jiang Jiang Jian
09e397bac8
Merge branch 'bugfix/skip_using_cache_in_wrong_passwd_cfg' into 'release/v4.3'
...
Skip using PMK cache in WPA3 connection incase configured password is incorrect (Backport v4.3)
See merge request espressif/esp-idf!25511
2023-10-07 15:17:20 +08:00
Jiang Jiang Jian
871182ef2b
Merge branch 'bugfix/suppress_compiler_warning_silent_reboot_is_enabled_v4.3' into 'release/v4.3'
...
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled (backport v4.3)
See merge request espressif/esp-idf!26039
2023-10-07 14:01:43 +08:00
Jiang Jiang Jian
5cd95b218e
Merge branch 'bugfix/fix_hid_congestion_v4.3' into 'release/v4.3'
...
Fix(bt/bluedroid): Fix the issue for HID congestion checking[backport 4.3]
See merge request espressif/esp-idf!26234
2023-10-07 14:01:11 +08:00
wuzhenghui
744fc417a7
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled
2023-09-28 02:53:51 +00:00
Wang Meng Yang
dc9092709a
Merge branch 'bugfix/add_params_check_for_hci_v4.3' into 'release/v4.3'
...
Fixed some HCI commands parameter (backport v4.3)
See merge request espressif/esp-idf!26151
2023-09-27 16:25:36 +08:00
liqigan
4752dac185
fix(bt/bluedroid): Fix the issue for HID congestion checking
2023-09-26 16:03:28 +08:00
Rahul Tank
9f3840da59
Merge branch 'bugfix/post_reattempt_cnt_event_v4.3' into 'release/v4.3'
...
fix(nimble): Add event for reattempt connection count information(v4.3)
See merge request espressif/esp-idf!26116
2023-09-26 14:44:54 +08:00
Wang Meng Yang
435561c9b9
Merge branch 'change/optimize_sniff_request_v4.3' into 'release/v4.3'
...
Change(bt/bluedroid): Limit sniff request when pending mode change event[backport 4.3]
See merge request espressif/esp-idf!26056
2023-09-25 17:53:36 +08:00
shangke
4c4da5a35f
fix(bt/controller): Fixed some HCI commands parameter
...
1: add param check for HCI_Recevie_Synchronization_Train.
2: add param check for HCI_Set_Connectionless_Peripheral_Broadcast.
3: fix slave cannot take a secure authentication.
2023-09-25 11:50:18 +08:00