Jin Cheng
6ae76b7b69
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
2023-09-07 11:31:22 +08:00
Jin Cheng
37b8bc13d5
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
2023-09-07 11:31:22 +08:00
Jin Cheng
dec7165a8f
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-07 11:31:22 +08:00
Jin Cheng
0d75f97bf2
fix(bt/bluedroid): Fixed NULL Bluetooth device address in HF-AG events was reported to application layer
2023-09-07 11:31:22 +08:00
zhangyanjiao
48f25e4243
fix(Wi-Fi/Vendor): fix ESPNOW send error when station connected to AP and modem sleep is enabled
2023-09-07 10:03:35 +08:00
Anton Maklakov
7bc232a647
Merge branch 'docs/update_api-guides/jtag-debugging/esp32c3' into 'release/v4.3'
...
docs: synchronize CN version with EN version of api-guides/jtag-debugging/esp32c3.inc
See merge request espressif/esp-idf!25412
2023-09-07 09:25:07 +08:00
Wang Meng Yang
5ecd048c76
Merge branch 'bugfix/fix_some_hci_cmd_param_check_v4.3' into 'release/v4.3'
...
fix(bt/controller): Fixed some HCI commands parameter check (Backport v4.3)
See merge request espressif/esp-idf!25716
2023-09-07 07:41:18 +08:00
chenjianhua
786a4ce286
bluedroid: add GATT read multi variable API and evt
2023-09-06 21:02:21 +08:00
chenjianhua
281af95160
bluedroid: add periodic adv sync transfer API and EVT
2023-09-06 21:02:21 +08:00
chenjianhua
5714b64bc3
bluedroid: support gatts show local database
2023-09-06 21:02:21 +08:00
chenjianhua
91e6ab313d
bluedroid: fixed GATT multi notify and robust caching
2023-09-06 21:02:21 +08:00
chenjianhua
14c2f27f3e
bluedroid: add config for GAP service and periodic adv sync transfer
2023-09-06 21:02:21 +08:00
chenjianhua
c479918f2b
bluedroid: add internal GATT API for PTS
2023-09-06 21:02:21 +08:00
chenjianhua
019e1aef99
bluedroid: add config for robust caching and RPA timeout
2023-09-06 21:02:21 +08:00
chenjianhua
9dd01968c9
bluedroid: support GATT robust caching feature
2023-09-06 21:02:21 +08:00
chenjianhua
40080c6957
bluedroid: support GATT services database hash calculate
2023-09-06 21:02:21 +08:00
chenjianhua
50496e15fc
bluedroid: support periodic advertising sync transfer cmd
2023-09-06 21:02:21 +08:00
chenjianhua
0f46fad2c7
bluedroid: support LE L2CAP credit based connection
2023-09-06 21:02:21 +08:00
chenjianhua
ec5a7d1e74
bluedroid: support oob pairing for smp secure connection
2023-09-06 21:02:21 +08:00
satish.solanke
7393a3ed78
Support of Micro defination in header file
2023-09-06 21:02:21 +08:00
linruihao
c6d7c1687f
fix(bt/controller): Fixed some HCI commands parameter check
...
Fixed HCI_Change_Connection_Packet_Type Command parameter check
Fixed HCI_Accpet_Synchronous_Connection_Request Command parameter check
Fixed HCI_Set_Connectionless_Peripheral_Broadcast_Data Command parameter check
2023-09-06 06:23:17 +00:00
gongyantao
83462ce916
fix(bt/bluedroid): Reject SET CONFIGURATION command with error code INVALID_CODEC_TYPE
...
1: reset p_scb->avdt_handle in cleanup function.
2: cancel comparing p_scb->codec_type and p_scb->seps[xx].codec_type to
send the error INVALID_CODEC_TYPE.
2023-09-06 03:07:26 +00:00
Jiang Jiang Jian
813a9bf38f
Merge branch 'bugfix/fix_espnow_set_lr_rate_fail_v4.3' into 'release/v4.3'
...
fix(wifi/vendor): fix some bugs in LR and ESP-NOW (backport v4.3)
See merge request espressif/esp-idf!25413
2023-09-05 21:00:18 +08:00
Linda
c8be48f633
docs: synchronize CN version with EN version of api-guides/jtag-debugging/esp32c3.inc
2023-09-05 10:17:23 +00:00
Roland Dobai
d7a2c25acc
Merge branch 'version_check_fix_dev_4.3' into 'release/v4.3'
...
fix(tools): check_python_version accept dev releases as requirement (v4.3)
See merge request espressif/esp-idf!25190
2023-09-05 16:27:27 +08:00
Roland Dobai
6f147b97d4
Merge branch 'component_manager_bump4.3' into 'release/v4.3'
...
tools(component-manager): bump version to avoid failures in dependency_check script (v4.3)
See merge request espressif/esp-idf!25069
2023-09-05 16:27:09 +08:00
Roland Dobai
d18aac6941
Merge branch 'bugfix/sbom_hash_check_v4.3' into 'release/v4.3'
...
fix(test_submodules.py): don't rely on submodule init (v4.3)
See merge request espressif/esp-idf!25063
2023-09-05 16:26:47 +08:00
Jiang Jiang Jian
92c75659a1
Merge branch 'bugfix/fix_cache_data_mem_corrupt_after_sleep_v4.3' into 'release/v4.3'
...
fix(lightsleep): Suspend cache before goto sleep to avoid cache load wrong data (backport v4.3)
See merge request espressif/esp-idf!25106
2023-09-04 14:26:06 +08:00
Jiang Jiang Jian
d06b5a1cde
Merge branch 'bugfix/role_switch_enc_mode_lmp_timeout_v4.3' into 'release/v4.3'
...
fix(bt/controller): Fix disconnection due to lmp messages not being processed by both sides(v4.3)
See merge request espressif/esp-idf!25206
2023-09-04 14:25:40 +08:00
Jiang Jiang Jian
1915151d66
Merge branch 'bugfix/remove_deprecated_err_code_v4.3' into 'release/v4.3'
...
fix(bt): Removed an incorrectly defined HCI error code (4.3)
See merge request espressif/esp-idf!25291
2023-09-04 14:25:24 +08:00
Jiang Jiang Jian
f96b93cac1
Merge branch 'bugfix/clear_values_in_str_resetfn' into 'release/v4.3'
...
Clear values in string reset function
See merge request espressif/esp-idf!25322
2023-09-04 14:25:05 +08:00
Jiang Jiang Jian
ff16d2dc1c
Merge branch 'bugfix/incr_sdp_max_conns_v4.3' into 'release/v4.3'
...
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v4.3)
See merge request espressif/esp-idf!25432
2023-09-04 14:24:43 +08:00
Zim Kalinowski
d2b8914193
Merge branch 'update/version_4_3_6' into 'release/v4.3'
...
Update version to 4.3.6
See merge request espressif/esp-idf!25521
2023-09-03 10:13:46 +08:00
Zim Kalinowski
5dc5a442a2
versions: Update version to 4.3.6
2023-08-30 09:32:53 +08:00
Zim Kalinowski
0585cf0d96
fix(ci): pin component manager version to older one to fix build
2023-08-30 09:32:52 +08:00
Jiang Jiang Jian
9301c32873
Merge branch 'bugfix/ignore_eapol_nonkey_v4.3' into 'release/v4.3'
...
Ignore EAPOL non-key frames in EAPOL txdone callback (Backport v4.3)
See merge request espressif/esp-idf!25448
2023-08-23 16:37:26 +08:00
Nachiket Kukade
ecf6c02b02
fix(supplicant): Ignore EAPOL non-key frames in EAPOL txdone callback
2023-08-21 18:03:16 +05:30
Jin Cheng
240272ed88
fix(bt): Increased SDP maximum connections to avoid connection exhausted
2023-08-21 11:24:09 +08:00
zhangyanjiao
6c19019aad
fix(wifi/vendor): fix some bugs in LR and ESP-NOW
...
1. Fix the LR rate set fail for espnow and 80211 tx
2. Fixed the RX error when softAP/station and ESP-NOW both encrypted,
and the ESP-NOW peer address is equal to the connection peer address
2023-08-18 16:24:22 +08:00
Jiang Jiang Jian
70f8666b48
Merge branch 'bugfix/eapol_txdone_cb_issue_v4.3' into 'release/v4.3'
...
Fix EAPOL Key TxDone callback implementation (Backport v4.3)
See merge request espressif/esp-idf!25384
2023-08-18 14:41:11 +08:00
Nachiket Kukade
7ec1705c0f
fix(wifi): Fix EAPOL Key TxDone callback implementation
...
Fix issues arising due to not distinguishing between M2 and M4
TxDone during 4-way handshake. Also fix EAPOL frame rate to lowest
possible rate.
2023-08-18 11:02:05 +08:00
Jiang Jiang Jian
f47d7d9d59
Merge branch 'bugfix/update_esp32_phy_v4.3' into 'release/v4.3'
...
fix(phy): update esp32 phy v4771(v4.3)
See merge request espressif/esp-idf!25369
2023-08-18 11:01:37 +08:00
Jiang Jiang Jian
061caf9569
Merge branch 'bugfix/fix_esp32s2_sleep_related_issue_backport_missing' into 'release/v4.3'
...
fix: fix esp32s2 abnormal light sleep current
See merge request espressif/esp-idf!25336
2023-08-17 11:54:05 +08:00
Jiang Jiang Jian
90c589dfab
Merge branch 'bugfix/fix_idrom_bus_mapping_overlap_issue_v4.3' into 'release/v4.3'
...
fix(esptool): fix potential text/rodata overlap mapping issue on I/DBUS shares mmu entry chips (backport v4.3)
See merge request espressif/esp-idf!25194
2023-08-16 20:52:43 +08:00
alanmaxwell
721f22a547
fix(phy): update esp32 phy v4771
...
1. optimize ht40 tx side band issue
2. revert 4770 one minor fix may cause unknown issue
2023-08-16 12:06:07 +08:00
Li Shuai
1ba2ac83e6
fix rtc register read error and add workaround for rtc bus isolate issue
2023-08-11 19:46:06 +08:00
wuzhenghui
64f8e61b17
fix(esp_system): fix cannot pd cpu and rc fast at the same time during light sleep
2023-08-11 19:46:02 +08:00
Shyamal Khachane
d04b9923ee
fix(console): Clear values in string reset function
2023-08-11 11:07:04 +05:30
morris
d31e0fb105
Merge branch 'bugfix/wakeup_io_hold_unhold_in_sleep_v4.3' into 'release/v4.3'
...
gpio: Fix deep sleep wakeup IOs unable to unhold after wakeup (v4.3)
See merge request espressif/esp-idf!22671
2023-08-11 11:08:08 +08:00
Jiang Jiang Jian
b1bdbd1040
Merge branch 'bugfix/fix_phy_rx_issue_v4.3' into 'release/v4.3'
...
fix(phy): Fix 11b/g rx issue for ESP32(v4.3)
See merge request espressif/esp-idf!25222
2023-08-11 10:18:43 +08:00