Island
f924f612cf
Merge branch 'bugfix/fix_hid_crash_v5.0' into 'release/v5.0'
...
fix(ble): Fix crash issue during logging (v5.0)
See merge request espressif/esp-idf!35507
2024-12-12 09:06:02 +08:00
Jiang Jiang Jian
b3f2d7f343
Merge branch 'bugfix/sae_pk_transition_disable_v5.0' into 'release/v5.0'
...
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE and other fixes (Backport v5.0)
See merge request espressif/esp-idf!35235
2024-12-11 18:09:52 +08:00
Rahul Tank
1d78ba8af8
Merge branch 'feat/pts_changes_v5.0' into 'release/v5.0'
...
feat(nimble): BLE 5.4 PTS Related Features and Fixes (v5.0)
See merge request espressif/esp-idf!35024
2024-12-11 16:00:45 +08:00
Shyamal Khachane
7a7b6be32a
fix(esp_wifi): Populate appropriate reason codes when softAP sends deauthentication
...
Populate appropriate reason for sending deauthentication when softAP receives
invalid RSN IE from association request
2024-12-10 22:39:21 +05:30
Sarvesh Bodakhe
8058b97326
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-12-10 22:39:21 +05:30
Sarvesh Bodakhe
eeaf6714a5
fix(wpa_supplicant): Fix debug print in wps_start_msg_timer()
2024-12-10 22:39:21 +05:30
Sarvesh Bodakhe
887cce927b
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-12-10 22:39:19 +05:30
Sumeet Singh
444cb8778a
feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes
2024-12-10 16:56:34 +05:30
Abhinav Kudnar
071f0f9a92
feat(nimble): Added PAwR support for nimble with IDF examples
2024-12-10 15:45:26 +05:30
Sumeet Singh
7b5a7a5401
fix(nimble): Added
...
1. Option to disable automatic discovery when receiving out-of-sync
2. Fixed bugs related to robust caching
2024-12-10 15:45:26 +05:30
Sumeet Singh
253b72254e
feat(nimble): Added ways to enable/disable some menuconfig options at runtime
2024-12-10 15:45:26 +05:30
Sumeet Singh
5c18ac288a
feat(nimble): Added option to disable automatically sending extra credits to peer
2024-12-10 15:45:26 +05:30
Sumeet Singh
ab7d0558d2
feat(nimble): Added support for persisting csf characteristic for bonded devices
2024-12-10 15:45:26 +05:30
Sumeet Singh
1355375592
feat(nimble): Added option in menuconfig to enable Secure Connections Only mode
2024-12-10 15:45:26 +05:30
Sumeet Singh
cfe927007b
fix(nimble): fix and enable connection subrating
2024-12-10 15:45:26 +05:30
Sumeet Singh
006a6b29f1
fix(nimble): Added option to enable code under Enhanced COC
2024-12-10 15:45:26 +05:30
Sumeet Singh
b7ace3d6c6
fix(nimble): Fixed Device Information and Scan Parameters service
2024-12-10 15:45:26 +05:30
Sumeet Singh
c240d55f6c
fix(nimble): Fixed encrypted advertisement data example
2024-12-10 15:45:26 +05:30
Sumeet Singh
c9337d120b
feat(nimble): Added LE GATT Security Levels Characteristic
2024-12-10 15:45:26 +05:30
Sumeet Singh
5d0009316a
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-10 15:45:26 +05:30
Sumeet Singh
8997abe064
feat(nimble): read multiple variable length characteristics
2024-12-10 15:45:26 +05:30
Roshan Bangar
91578aafcf
feat(nimble): Gatt caching support
2024-12-10 15:45:26 +05:30
Roshan Bangar
0fd1300d50
feat(nimble): added HID over Gatt profile support
2024-12-10 15:45:26 +05:30
Roshan Bangar
5c7ae46538
feat(nimble): Added support for dynamic services
2024-12-10 15:45:26 +05:30
SumeetSingh19
ba6a2dbb42
feat(nimble): signed write support
2024-12-10 15:45:26 +05:30
SumeetSingh19
2031366e54
feat(nimble): authorization permission on gatt read and write
2024-12-10 15:45:26 +05:30
SumeetSingh19
404c548ad1
fix(nimble): allow auto connection and observer role
2024-12-10 15:45:25 +05:30
Sumeet Singh
98e38a5d2a
NimBLE: Exposed macros used by GAP service to menuconfig
2024-12-10 15:44:56 +05:30
zhanghaipeng
d5446608e3
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:50:19 +08:00
Zhang Hai Peng
00f6929123
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd53576b40d3cfeb24c185036053f4b4)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-09 17:45:19 +08:00
Zhang Hai Peng
722a69a1f7
fix(ble): Fixed crash in BLE HID host example during logging
...
(cherry picked from commit ab1e3c1ffd6076d46aed747220ff0c3d0fe0a3f5)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-12-09 17:14:51 +08:00
Jiang Jiang Jian
8059b611c3
Merge branch 'bugfix/fix_wifi_bugs_241206_v5.0' into 'release/v5.0'
...
bugfix: fix some wifi bugs 241206 v5.0
See merge request espressif/esp-idf!35481
2024-12-09 15:28:46 +08:00
Rahul Tank
689c804eff
Merge branch 'fix/hci_err_code_def_v5.0' into 'release/v5.0'
...
fix(nimble): Added a function for printing HCI error definition (v5.0)
See merge request espressif/esp-idf!35205
2024-12-06 23:59:50 +08:00
morris
09e84586d1
Merge branch 'bugfix/uart_vfs_read_behavior_v5.0' into 'release/v5.0'
...
fix(uart_vfs): read() now aligned to POSIX defined behavior (v5.0)
See merge request espressif/esp-idf!35397
2024-12-06 18:38:30 +08:00
wangtao@espressif.com
25143e1e4a
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-12-06 17:59:17 +08:00
sibeibei
78aba309f3
fix(wifi): fix some wifi issues 241031
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
2024-12-06 17:57:25 +08:00
Island
29013b4263
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.0' into 'release/v5.0'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.0)
See merge request espressif/esp-idf!35015
2024-12-06 15:49:32 +08:00
Wang Meng Yang
566ada5401
Merge branch 'bugfix/sdp_get_uuid_error_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): fixed issues introduced by byte alignment(v5.0)
See merge request espressif/esp-idf!35254
2024-12-06 15:14:29 +08:00
Wang Meng Yang
26254ac73b
Merge branch 'bugfix/access_null_in_hf_cb_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): fixed access NULL in HFP callback handler (v5.0)
See merge request espressif/esp-idf!35410
2024-12-06 15:08:56 +08:00
Jiang Jiang Jian
70049e8922
Merge branch 'bugfix/watchdog_timer_ap_sta_esp32c5_v5.0' into 'release/v5.0'
...
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (Backport v5.0)
See merge request espressif/esp-idf!34487
2024-12-06 14:13:52 +08:00
morris
a6acfe3591
Merge branch 'fix/fix_esp32_pico_v3_psram_not_ignored_issue_v5.0' into 'release/v5.0'
...
psram: fixed esp32p pico-v3 psram init not ignored issue (v5.0)
See merge request espressif/esp-idf!35381
2024-12-05 22:10:13 +08:00
akshat
cf22b6cff7
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2024-12-05 15:00:54 +05:30
Rahul Tank
efe76e2eb3
Merge branch 'bugfix/change_hci_cb_logging_v5.0' into 'release/v5.0'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.0)
See merge request espressif/esp-idf!35031
2024-12-05 16:42:26 +08:00
Astha Verma
adc64031d9
fix(nimble): Added a function for printing HCI error definition
2024-12-05 14:11:35 +05:30
Jiang Jiang Jian
a44b49dcfb
Merge branch 'bugfix/retry_count_when_sta_disconnect_v5.0' into 'release/v5.0'
...
fix(wifi): Do not attempt re-connection as per 'failure_retry_cnt' when sta itself issues disconnect in between of connection establishment (Backport v5.0)
See merge request espressif/esp-idf!34188
2024-12-05 16:12:54 +08:00
Rahul Tank
8d085f23d5
Merge branch 'bugfix/resolve_watchdog_crash_v5.0' into 'release/v5.0'
...
fix(nimble): Resolved watchdog due to memory exceed prints (v5.0)
See merge request espressif/esp-idf!35213
2024-12-05 15:18:57 +08:00
Armando
8257d45b86
fix(psram): fixed esp32p pico-v3 psram init not ignored issue
...
Closes https://github.com/espressif/esp-idf/issues/14970
2024-12-05 14:41:13 +08:00
Jin Cheng
d61db5ca12
fix(bt/bluedroid): fixed access NULL in HFP callback handler
2024-12-05 13:22:25 +08:00
akshat
37531968a8
fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect()
...
Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when
station itself issues a disconnect from AP/Router using
esp_wifi_disconnect()
2024-12-05 10:12:11 +05:30
Rahul Tank
0dfc977374
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-12-04 22:01:41 +08:00