Shen Weilong
|
6ea8cd1c0f
|
change(bt): moved porting/ext/tinycrypt into common
|
2025-03-27 10:01:17 +05:30 |
|
Rahul Tank
|
5c982b0923
|
fix(nimble): Fix SC only pairing failure
|
2025-03-27 10:01:17 +05:30 |
|
Rahul Tank
|
26d71a5cbc
|
fix(nimble): Handle probable release breaking change
link_estab event may be handled by customers in application and the previous would break it.
Revert few changes so as to not break the customer's code
|
2025-03-27 10:01:17 +05:30 |
|
Rahul Tank
|
54e22cfd49
|
fix(nimble): update data length after connection for all chips
|
2025-03-27 10:01:17 +05:30 |
|
Rahul Tank
|
20f902c953
|
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
|
2025-03-27 10:01:17 +05:30 |
|
zhiweijian
|
f66322c9b7
|
feat(bt): fixed some doc error and add ocf parameters description
|
2025-03-25 14:27:02 +08:00 |
|
Shen Weilong
|
e35dbbbee0
|
feat(bt): added definitions for bluetooth hci vendor commands and events
|
2025-03-24 20:28:22 +08:00 |
|
Shen Wei Long
|
da1372d691
|
feat(ble/controller): Deleted useless functions for ESP32-C2
|
2025-03-24 20:28:22 +08:00 |
|
Shen Wei Long
|
6d9c2b9c0f
|
feat(ble/controller): Deleted useless functions for ESP32-C6/C61/H2/C5
|
2025-03-21 19:56:59 +08:00 |
|
zhiweijian
|
119048bb75
|
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3 (d74042a8)
- Remove unused functions in the controller
|
2025-03-21 19:44:30 +08:00 |
|
baohongde
|
57bcbbb449
|
feat(bt): added definitions for BR/EDR hci vendor commands and events
|
2025-03-21 19:32:22 +08:00 |
|
chenjianhua
|
bc38724221
|
fix(bt): Update bt lib for ESP32(dc1cd581)
- Remove unused functions in the controller
- Add an SDK config for the minimum size of encryption key
|
2025-03-21 19:29:32 +08:00 |
|
zhiweijian
|
c26ce742cf
|
fix(ble/controller): reduce controller bin size
|
2025-03-14 11:10:20 +08:00 |
|
chenjianhua
|
6bad67bf3c
|
fix(bt): Update bt lib for ESP32(e250cf1)
- Disable debug vendor hci command
|
2025-03-10 15:23:42 +08:00 |
|
gongyantao
|
8eab42d7e1
|
fix(bt): fixed some issues in bt controller
- fixed the issue where the NULL pointer was deferenced in lc_free state
- avoid accessing released ACL resources in SCO logic
|
2025-03-10 15:23:33 +08:00 |
|
Jin Cheng
|
9d59600746
|
fix(bt/controller): fixed some controller bugs on ESP32.
1. added a VSC to control whether to initiate lmp_auto_rate
- Closes https://github.com/espressif/esp-idf/issues/15133
2. fixed EA resource cleanup error after SNIFF negotiation failure
- Closes https://github.com/espressif/esp-idf/issues/13605
3. removed an assertion in SCO data TX handler after disconnection
- Closes https://github.com/espressif/esp-idf/issues/15176
|
2025-03-10 15:23:17 +08:00 |
|
Jiang Jiang Jian
|
ccb69d4cf6
|
Merge branch 'change/ble_update_lib_20250217_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250217 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!37131
|
2025-02-21 09:44:45 +08:00 |
|
Island
|
36ef188b85
|
Merge branch 'feat/improve_bt_log_spi_output_interface_v5.4' into 'release/v5.4'
Feat/improve bt log spi output interface (v5.4)
See merge request espressif/esp-idf!37137
|
2025-02-20 19:51:25 +08:00 |
|
cjin
|
f2330fd2fb
|
change(ble): update esp32c6 lib to 7ead2d29
|
2025-02-20 18:01:46 +08:00 |
|
cjin
|
bbb160a083
|
change(ble): update esp32c5 lib to 7ead2d29
|
2025-02-20 18:01:46 +08:00 |
|
cjin
|
49164ce77f
|
change(ble): update esp32h2 lib to 7ead2d29
|
2025-02-20 18:01:46 +08:00 |
|
zwl
|
18ce40a23a
|
feat(ble): implement ble capture info user handler on ESP32-C5
|
2025-02-20 18:01:41 +08:00 |
|
zwl
|
aeff03bac4
|
feat(ble): implement ble capture info user handler on ESP32-C6 and ESP32-H2
|
2025-02-20 18:00:07 +08:00 |
|
Shen Weilong
|
a92f4ed389
|
change(ble): Supported cuttable architecture for ble
|
2025-02-20 17:36:55 +08:00 |
|
Zhou Xiao
|
a03b8e13be
|
change(ble): update ble log spi out config for ESP32-C5
|
2025-02-20 10:56:51 +08:00 |
|
Jiang Jiang Jian
|
ab0e43d75b
|
Merge branch 'bugfix/sdp_uuid16_match_err_v5.4' into 'release/v5.4'
fix(bt): Fix the incorrect record found using uuid16 search(v5.4)
See merge request espressif/esp-idf!36843
|
2025-02-20 10:56:37 +08:00 |
|
Zhou Xiao
|
d3a639bb06
|
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
(cherry picked from commit e41f619566)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:38 +08:00 |
|
Zhou Xiao
|
e7f712f78f
|
feat(ble): support ble log spi out for ESP32
(cherry picked from commit e2fbec5d2e)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:35 +08:00 |
|
Zhou Xiao
|
ef95009563
|
change(ble): update ble log spi out config for ESP32-H2
(cherry picked from commit 608ecf63e2)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:33 +08:00 |
|
Zhou Xiao
|
5425ab7b83
|
change(ble): update ble log spi out config for ESP32-C6
(cherry picked from commit e61089e7e0)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:29 +08:00 |
|
Zhou Xiao
|
c6ea18fd55
|
change(ble): update ble log spi out config for ESP32-C2
(cherry picked from commit e4b698fc32)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:27 +08:00 |
|
Zhou Xiao
|
21f7a2b152
|
feat(ble): improved ble log spi output interface to support multisource log
(cherry picked from commit 2221133ba8)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-19 20:54:24 +08:00 |
|
Island
|
93651ddbd5
|
Merge branch 'change/ble_update_lib_20250212_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250212 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!37044
|
2025-02-19 17:19:04 +08:00 |
|
Island
|
b9ebf6cd91
|
Merge branch 'feat/support_ble_debug_with_gpio_v5.4' into 'release/v5.4'
Support change HID task size by Kconfig in HID example (v5.4)
See merge request espressif/esp-idf!36999
|
2025-02-19 16:37:14 +08:00 |
|
zwl
|
8e5aee2261
|
feat(ble): support enhanced controller log capabilities on ESP32-C5
|
2025-02-18 10:32:44 +08:00 |
|
zwl
|
3c6236df50
|
feat(ble): add channel assessment and enhanced connect function on ESP32-C5
|
2025-02-18 10:32:28 +08:00 |
|
zwl
|
8eb5c15376
|
change(ble): [AUTO_MR] Update lib_esp32c5 to 1d7eebaf
|
2025-02-18 10:32:09 +08:00 |
|
Zhou Xiao
|
9912a9c029
|
feat(ble): support enhanced controller log capabilities on ESP32-C2
(cherry picked from commit bbcb4a2e1f)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:47 +08:00 |
|
Zhou Xiao
|
de1cbf7f2f
|
feat(ble): support enhanced controller log capabilities on ESP32-C6 and ESP32-H2
(cherry picked from commit f598976c6b)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:44 +08:00 |
|
Zhou Xiao
|
e6b590b243
|
feat(ble): add channel assessment and enhanced connect function on ESP32-H2
(cherry picked from commit 0ffac92586)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:41 +08:00 |
|
Zhou Xiao
|
b9616fdd7f
|
feat(ble): add channel assessment and enhanced connect function on ESP32-C6
(cherry picked from commit 821e587fda)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:39 +08:00 |
|
Zhou Xiao
|
553992e1fa
|
change(ble): [AUTO_MR] Update lib_esp32c6 to 1d7eebaf
(cherry picked from commit 4579e083ef)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-18 10:23:36 +08:00 |
|
Zhou Xiao
|
95a101d359
|
change(ble): [AUTO_MR] Update lib_esp32h2 to 1d7eebaf
(cherry picked from commit 4f0e0f371a)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-18 10:23:33 +08:00 |
|
Jiang Jiang Jian
|
30307f6977
|
Merge branch 'bugfix/ifdef_cplusplus_bracket_v5.4' into 'release/v5.4'
bugfix(wifi): Add missing brackets in the C++ guard (Backport v5.4)
See merge request espressif/esp-idf!36830
|
2025-02-17 15:50:16 +08:00 |
|
Zhang Hai Peng
|
7790c95832
|
fix(ble/bluedroid): Don't log error on 16/128-bit UUID mixed descriptors
(cherry picked from commit fed1d41aa7)
Co-authored-by: Nebojša Cvetković <nebkat@gmail.com>
|
2025-02-17 11:15:40 +08:00 |
|
Zhang Hai Peng
|
41ccc00c15
|
refactor(ble/bluedroid): Fix typos in gatt_sr.c
(cherry picked from commit 63b2dcc3a7)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
|
2025-02-17 11:15:37 +08:00 |
|
Zhang Hai Peng
|
c0b060c1a8
|
fix(ble/bluedroid): Allow 0 length indications
(cherry picked from commit 9b5a52e2f7)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
|
2025-02-17 11:15:32 +08:00 |
|
Zhang Hai Peng
|
635e1489b7
|
refactor(ble/bluedroid): Fix typos in bta_gatts_act.c
(cherry picked from commit a8041a9953)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
|
2025-02-17 11:15:29 +08:00 |
|
Zhang Hai Peng
|
a0f37ef893
|
fix(ble): Update bt lib for ESP32(2a2631f)
- Support ESP32 BLE GPIO DEBUG
(cherry picked from commit 0a7888f839)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-02-17 11:13:56 +08:00 |
|
Island
|
c34702fc0c
|
Merge branch 'feat/add_spi_output_v5.4' into 'release/v5.4'
Feat/add spi output (v5.4)
See merge request espressif/esp-idf!36956
|
2025-02-17 11:04:37 +08:00 |
|