zhiweijian
ce72e90291
feat(ble/bluedroid): Add new bluedroid host examples
2026-01-08 12:17:26 +08:00
zhaoweiliang
cd63e7ded5
fix(ble): fixed build error on ESP32-C5
2025-12-31 20:05:14 +08:00
Ashish Sharma
f22006e2f0
feat: migrates bt/ble to PSA APIs
2025-12-30 09:31:49 +05:30
cjin
82da79224e
fix(ble): remove target dependency on power control config on ESP32C5
2025-12-09 19:56:00 +08:00
cjin
19130df4f3
fix(ble): add soc caps config for pawr feat on ESP32C5
2025-12-09 16:27:00 +08:00
zhaoweiliang
aad080bc26
feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C5
2025-12-03 14:28:17 +08:00
zhaoweiliang
29890c8916
feat(ble): add peripheral fast rx data in latency config on ESP32-C5
2025-11-07 09:59:34 +08:00
cjin
ed6587b132
feat: rename ble sleep related apt on ESP32-C5
2025-11-06 17:32:16 +08:00
zhaoweiliang
96bdca38a1
feat(ble): add priority level config on ESP32-C5
2025-10-23 11:25:42 +08:00
cjin
350ae64dad
fix(ble): fix ble wakeup causes error on ESP32-C5
2025-10-22 17:50:40 +08:00
Island
4cd13a9317
Merge branch 'fix/update_pawr_example_docs' into 'master'
...
Fix/update pawr example docs
See merge request espressif/esp-idf!42161
2025-10-17 18:03:00 +08:00
zwl
e87ace3a33
feat(ble): change free api on ESP32-C5
2025-10-15 15:11:06 +08:00
cjin
f012fafe51
feat(ble): allow a larger sca limit on ESP32-C5
2025-09-26 18:04:27 +08:00
cjin
470e02ea6b
feat(ble): get wakeup cause when wake up on ESP32-C5
2025-09-19 16:47:45 +08:00
Island
a3b8073d96
Merge branch 'change/ble_update_lib_20250828' into 'master'
...
change(ble): [AUTO_MR] 20250828 - Update ESP BLE Controller Lib
Closes BLERP-2183, BLERP-2083, BLERP-2195, and BLERP-2196
See merge request espressif/esp-idf!41601
2025-09-17 10:33:14 +08:00
Zhou Xiao
66504599ba
feat(ble): supported ble log v2 for ESP32-C5
2025-09-16 14:31:36 +08:00
zwl
fc293cf672
fix(ble): update ext_version on ESP32-C5
2025-09-16 00:06:40 +08:00
cjin
6c15fccddd
feat(ble): support pawr feature in ble sdk on ESP32-C5
2025-08-18 19:18:10 +08:00
cjin
50e7825ba9
feat(ble): add clk source freq change of ble slow clock on ESP32-C5
2025-08-18 19:18:10 +08:00
zwl
6f0a61ab0d
fix(ble): fixed dtm function error on ESP32-C5
2025-07-31 14:53:29 +08:00
zwl
312de57214
feat(ble): add flash only param config api on ESP32-C5
2025-07-28 14:11:22 +08:00
Zhou Xiao
3671d7b59b
feat(ble): support ble log uart dma out for ESP32-C5
2025-07-17 10:48:22 +08:00
cjin
afee51e0ef
feat(ble): enable broker initialization on ESP32-C5
2025-07-09 11:25:23 +08:00
cjin
1ce54a5fe8
feat(ble): support memory allocation check debug feature on ESP32-C5
2025-07-09 11:25:23 +08:00
cjin
3d96faae5d
feat(ble): add sm count reserve cnt setting on ESP32-C5
2025-06-26 14:54:53 +08:00
cjin
c802176535
fix(ble): change the default ble cca thresh on ESP32-C5
2025-06-06 17:56:44 +08:00
zwl
44d7fc43f6
fix(ble): fixed an occasional abnormal scanning stop issue on ESP32-C5
2025-06-06 17:56:23 +08:00
Zhou Xiao
d12e072b35
fix(ble): added missed printf for ll log interface
2025-05-16 15:10:44 +08:00
zwl
9d687daf36
feat(ble): support creating connections during scanning process on ESP32-C5
2025-05-16 15:09:16 +08:00
cjin
cb8ea7951c
feat(ble): support ble sleep using 136 kHz RC on ESP32-C5
2025-04-18 11:10:51 +08:00
cjin
a5c32a5fb7
feat(ble): support configurable rxbuf opt feat on ESP32-C5
2025-04-16 14:36:48 +08:00
Shen Weilong
11289ffe86
feat(ble/controller): Added memory boundary check for ESP32-C5
2025-03-25 15:08:52 +08:00
zwl
fdae270427
feat(ble): change whitelist max size to 31 on ESP32-C5
2025-03-18 11:58:53 +08:00
zwl
132e0d6695
fix(ble): fixed hci driver stack protection fault issue on ESP32-C5
2025-03-18 11:58:53 +08:00
Zhou Xiao
1574db33c5
feat(ble): support ble log simple output via SPI interface for ESP32-C5
2025-03-17 10:44:20 +08:00
Shen Weilong
981e5ba260
feat(ble): tell controller if vhci is enabled for ESP32-C5
2025-03-10 20:40:01 +08:00
zwl
da07b1fabe
feat(ble): add a debug way to retain scene on ESP32-C5
2025-02-26 11:02:56 +08:00
Island
6b1d8dbbfb
Merge branch 'change/ble_update_lib_20250217' into 'master'
...
change(ble): [AUTO_MR] 20250217 - Update ESP BLE Controller Lib
Closes BLERP-1562
See merge request espressif/esp-idf!37025
2025-02-19 19:53:24 +08:00
Sudeep Mohanty
e01877ff2e
Merge branch 'bug/xtensa_cpu1_sys_lockup' into 'master'
...
fix(panic_handler): Updated panic handler to use RTC WDT
Closes IDFGH-14379, IDFGH-14221, IDFGH-8665, and DOC-10263
See merge request espressif/esp-idf!36652
2025-02-19 17:11:10 +08:00
zwl
01f9245da1
feat(ble): implement ble capture info user handler on ESP32-C5
2025-02-19 12:07:26 +08:00
Shen Weilong
c2449607dc
change(ble): Supported cuttable architecture for ble
2025-02-19 12:07:16 +08:00
Sudeep Mohanty
b562afa08e
fix(panic_handler): Updated panic handler to use RTC WDT
...
This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
handler.
Closes https://github.com/espressif/esp-idf/issues/15166
Closes https://github.com/espressif/esp-idf/issues/15018
Closes https://github.com/espressif/esp-idf/issues/10110
2025-02-18 15:40:54 +01:00
Zhou Xiao
58dc93bb99
change(ble): update ble log spi out config for ESP32-C5
2025-02-18 14:22:12 +08:00
zwl
9b00d2835e
feat(ble): support enhanced controller log capabilities on ESP32-C5
2025-02-13 18:29:41 +08:00
zwl
6cb617617d
feat(ble): add channel assessment and enhanced connect function on ESP32-C5
2025-02-13 18:29:41 +08:00
Zhou Xiao
7283b16c26
feat(ble): support esp ble controller spi output interface for ESP32-C5
2025-02-11 12:00:27 +08:00
zwl
4dfe8db6a6
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C5
2025-01-10 20:44:27 +08:00
zwl
8f7f0f0d69
feat(ble): support for putting ble code into flash on ESP32-C5
2025-01-10 20:44:27 +08:00
Li Shuai
8eea8a8ef3
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2024-11-18 15:40:47 +08:00
cjin
a011ac0587
fix(ble): do not assert if ble sleep init failed
2024-10-23 19:03:17 +08:00