Zhang Hai Peng
10664a2e03
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(e9ae856)
...
- Fixed BLE scan assert in lld_scan.c 1728
(cherry picked from commit 32c7694f5657938c7b853a234586ff3887424aed)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2024-09-23 11:13:32 +08:00
zwl
8650436d6b
fix(ble): fixed occasional crash issue in multi-connect scenarios on ESP32-C6
2024-09-18 17:05:08 +08:00
Zhao Wei Liang
dbfc55c111
fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2
...
(cherry picked from commit 0ef9ecb715f93bd0c4c4785357cabcaa36b31273)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-09-18 15:58:05 +08:00
Zhao Wei Liang
a760bbc784
fix(ble): fixed occasional acl data packet loss issue when using UHCI on ESP32-H2
...
(cherry picked from commit c929a019318472d0faf80f1b2e9b88066e36b71a)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2024-09-18 15:58:02 +08:00
linruihao
2bf5856f06
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(c66a703)
...
- Fixed missing sync established event after canceling sync
2024-09-11 17:12:12 +08:00
Island
4d0db7045d
Merge branch 'bugfix/fix_some_ble_bugs_240826_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240826 on ESP32C3 (8ce789b) (v5.3)
See merge request espressif/esp-idf!33389
2024-09-10 11:37:42 +08:00
chenjianhua
1feb703e73
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(8ce789b)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Fixed BLE util buffer free after controller reset
- Fixed assert when connection already exist and be connected again
2024-09-09 11:35:18 +08:00
chenjianhua
f8d64f1026
feat(bt): Update esp32 bt-lib(bc393dd)
...
- Fixed BLE vendor HCI set scan perfer address command
- Support BLE vendor HCI get controller compile version command
- Support BLE scanning and initiating coexist
2024-09-09 11:30:34 +08:00
zhanghaipeng
b9edac01ae
feat(ble/controller): Support get BLE controller free heap size
2024-09-07 12:26:37 +08:00
Island
dfbbbabfbc
Merge branch 'bugfix/fix_ble_channel_map_update_v5.3' into 'release/v5.3'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.3)
See merge request espressif/esp-idf!32581
2024-09-06 10:31:52 +08:00
Jiang Jiang Jian
93cce50b3c
Merge branch 'feat/print_the_ble_mac_when_init_5.3' into 'release/v5.3'
...
feat(ble): Print out the BT mac when the controller is initialized
See merge request espressif/esp-idf!32730
2024-09-06 10:29:39 +08:00
Island
5a14b3caf9
Merge branch 'debug/fix_deep_sleep_wake_up_by_ble_v5.3' into 'release/v5.3'
...
fix(ble): fix BLE immediately wakeup deep sleep (v5.3)
See merge request espressif/esp-idf!33095
2024-09-05 21:04:00 +08:00
Jiang Jiang Jian
b0f330a59a
Merge branch 'bugfix/heap_corrupt_in_bt_mem_release_on_esp32_v5.3' into 'release/v5.3'
...
fix(bt): Fix heap corruption in the call of esp_bt_mem_release on ESP32 (v5.3)
See merge request espressif/esp-idf!32801
2024-09-05 10:45:09 +08:00
cjin
992bf3f078
feat(ble): add internal api to change ble slow clock source
2024-09-05 10:17:20 +08:00
cjin
420f3ac086
fix(ble): remove ble wakeup before entering light sleep
2024-09-05 10:17:20 +08:00
Wang Mengyang
f4eef0a5fb
fix(bt): Fix heap corruption in the call of esp_bt_mem_release on ESP32
...
Closes https://github.com/espressif/esp-idf/issues/14263
2024-09-04 18:00:28 +08:00
zwl
bd8e4e8cd1
fix(ble): fixed ble controller issues on ESP32-H2
2024-08-24 14:34:08 +08:00
zwl
8a4b12a7a7
fix(ble): fixed ble controller issues on ESP32-C6
2024-08-24 14:34:04 +08:00
zwl
4768c57ad2
fix(ble): fixed ble controller issues on ESP32-C2
2024-08-24 13:57:27 +08:00
linruihao
13326df918
fix(bt/controller): Fixed bluetooth disconnect issue after modem sleep on ESP32
2024-08-21 17:55:52 +08:00
chenjianhua
5703d60420
fix(bt): Update bt lib for ESP32(241c96c)
...
- Fixed BLE vendor HCI get controller status command
2024-08-21 17:54:20 +08:00
Jiang Jiang Jian
808950a25a
Merge branch 'fix/hfp_pcm_api_set_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.3)
See merge request espressif/esp-idf!32483
2024-08-21 17:27:14 +08:00
zwl
6c507056f3
fix(ble): fixed blufi issue on ESP32-C2
2024-08-19 21:48:12 +08:00
xiongweichao
b1c9475b71
fix(bt/controller): Fixed disconnection issue
...
- Fixed the issue of disconnection caused by updating the channel map in sniff mode
2024-08-16 12:20:47 +08:00
chenqingqing
aa2290a0ae
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
2024-08-16 12:20:47 +08:00
Shen Weilong
7c9d9a8ad8
feat(ble): Print out the BT mac when the controller is initialized
2024-08-09 20:47:59 +08:00
zhanghaipeng
1046724f9e
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-09 20:20:31 +08:00
chenjianhua
cfebc2052a
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(4e58df9)
...
- Support enhanced BLE TX power setting and getting
2024-08-09 20:20:31 +08:00
zwl
5509cda7ca
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-07-31 14:38:40 +08:00
zwl
8d22f1c609
fix: fixed occasional wdt issue in multi-connection scenarios on ESP32H2
2024-07-31 14:38:40 +08:00
zwl
ba97f7d755
fix(ble): fixed wdt issue when print key controller info on ESP32-C6 and ESP32-H2
2024-07-29 11:56:10 +08:00
zwl
29d8e723b8
feat(bluetooth/controller): support switching log output mode on ESP32-C2
2024-07-29 11:56:09 +08:00
zwl
30ff46717f
feat(bluetooth/controller): support switching log output mode on ESP32-C6 and ESP32-H2
2024-07-29 11:56:09 +08:00
zwl
565053406b
feat(bluetooth/controller): storage ble controller log to flash on ESP32C2
2024-07-29 11:56:09 +08:00
zwl
777e58f80e
feat(bluetooth/controller): storage ble controller log to flash on ESP32C6 and ESP32H2
2024-07-29 11:56:08 +08:00
Jin Cheng
81cdaa3ace
fix(bt/controller): Removed an improper assertion in ACL link driver
...
It can be triggered on peripheral SNIFF mode
when RX window is adjusted on ESP32.
2024-07-26 12:40:04 +08:00
Jiang Jiang Jian
2ea1eff316
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240723 (backport v5.3)
See merge request espressif/esp-idf!32345
2024-07-26 11:53:59 +08:00
Jiang Jiang Jian
4a4d20f085
Merge branch 'bugfix/fix_esco_conflict_with_sniff_v5.3' into 'release/v5.3'
...
fix(bt/controller): Fixed some controller bugs (v5.3)
See merge request espressif/esp-idf!31952
2024-07-26 11:51:49 +08:00
Jiang Jiang Jian
97888426ab
Merge branch 'fix/add_integrity_check_when_select_temporary_key_v5.3' into 'release/v5.3'
...
fix(bt): add integrity check when temporary link key selected(backport v5.3)
See merge request espressif/esp-idf!31698
2024-07-25 22:03:55 +08:00
zhiweijian
2233244c86
feat(bt/controller): support mesh duplicate with extend scan
2024-07-25 17:50:04 +08:00
linruihao
313f7be30b
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(e4ba7f6)
...
- Fixed coexist LoadProhibited issue
2024-07-25 17:50:04 +08:00
zhanghaipeng
ed0cc11750
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-25 17:50:04 +08:00
chenjianhua
bec7b260c6
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(66b5cc0)
...
- Fixed vendor hci get controller status command
- Prevent BLE interrupt from being preempted
2024-07-25 17:50:04 +08:00
Island
638577b0bf
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240620 (backport v5.3)
See merge request espressif/esp-idf!31646
2024-07-25 16:54:55 +08:00
zwl
e497c29efe
feat(bluetooth/controller): support default tx power configurable on ESP32C2
2024-07-18 10:53:55 +08:00
zwl
a2df884e64
feat(bluetooth/controller): support default tx power configurable on ESP32C6 and ESP32H2
2024-07-18 10:53:45 +08:00
zwl
9117932c6d
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C5
2024-07-17 19:32:22 +08:00
zwl
e761c1de8f
feat(bluetooth/controller): adopting new HCI layer code and support UHCI function on ESP32-C6 and ESP32-H2
2024-07-17 19:32:22 +08:00
zwl
1390711c27
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-17 19:32:22 +08:00
zwl
580b6fbd3c
fix(ble): fixed some ble issues on ESP32C5
2024-07-17 19:32:22 +08:00