Commit Graph

22 Commits

Author SHA1 Message Date
chenjianhua
42c965137e fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(18b5cbe)
- Fixed GPIO matrix function calls
2025-10-11 11:01:59 +08:00
chenjianhua
0c68809d62 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(2edb0b0)
- Fixed TX issue when the event is aborted
- Fixed BLE assert llc_llcp.c 487
- Fixed BLE assert sch_prog.c 304
- Fixed anonymous extended adv reporting
- Support vendor HCI related params reset
2025-07-01 15:07:54 +08:00
zhanghaipeng
3ff529142f fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713a69)
- Fixed double free exception during BLE init under low memory
2025-06-05 11:04:06 +08:00
zhiweijian
72599d583c Update bt lib for ESP32-C3 and ESP32-S3(6cfabcd8)
- Reduce controller IRAM and bin size
2025-05-19 16:27:45 +08:00
zhanghaipeng
b0ccea3c26 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713205)
- Fix: Missing ADV reports after bonding and connection
2025-05-16 11:55:10 +08:00
chenjianhua
b09bf658a7 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed ble lib linkage issue
2025-04-28 11:55:39 +08:00
chenjianhua
db872ab162 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed MIC error disconnection when pairing with iOS devices
2025-04-23 17:25:53 +08:00
chenjianhua
f23a340e82 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(a684dd5)
- Fixed clear legacy adv error when adv not exist
- Disable anonymous extended adv reporting
- Fixed BLE assert lld_adv.c 2992
- Fixed heap assert due to adv data buffer double freeing
- Fixed BLE 0x08 disconnect when the win size is greater than half of the conn interval
2025-04-03 18:07:15 +08:00
chenjianhua
2fd7ad255f feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
- Support BLE vendor hci set RX sensitivity and AGC gain command
2025-03-31 11:18:40 +08:00
zhiweijian
daab5dbba9 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(86a4da5c)
- Remove unused functions in the controller for v5.3
2025-03-20 20:43:40 +08:00
zhiweijian
aaf54a5f7e fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(d74042a8)
- Remove unused functions in the controller for v5.4
2025-03-20 20:31:24 +08:00
zhiweijian
d2414a5dd9 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(03d0f8a6)
- Remove unused functions in the controller
2025-03-20 20:11:19 +08:00
zhiweijian
e668c2d101 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(6e312587)
- reduce controller bin size for v5.4
2025-03-14 11:07:43 +08:00
zhiweijian
bc9fd38197 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(99e9a8dd)
- reduce controller bin szie for v5.3
2025-03-14 10:49:41 +08:00
zhiweijian
b5ead6b6d5 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(9f6be86f)
- reduce controller bin szie
2025-03-12 20:14:26 +08:00
chenjianhua
0cfafa1e0a fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(b34b7d6)
- Fixed enhanced TX power setting and getting for legacy adv
- Fixed BLE assert lld_con.c 2387
- Fixed compatibility issues during the encryption procedure
- Support BLE vendor hci enable CCA command
2025-02-27 20:50:53 +08:00
chenjianhua
2ce747aec8 feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(723439d)
- Added BLE controller debug log trace
- Added BLE controller log module
2025-02-25 15:16:47 +08:00
chenjianhua
ed99228396 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(fd62b31)
- Fixed periodic adv enable params checking
- Fixed BLE assert lld_scan.c 1728 when receiving directed adv
- Support resolving RPA to identity address when creating connection
- Fixed BLE assert rwble.c 505 param 00400010
- Fixed peer address type error in HCI LE meta event
- Fixed setting random address failed when extended adv is enabled
2025-01-03 16:50:09 +08:00
xiongweichao
4c16da1a1a fix(bt): Fixed that the resolvable private address does not change when light sleep is enabled(6bca137) 2024-12-16 11:11:02 +08:00
zhanghaipeng
c57c0b11c3 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(555b0a2)
- Check Access Address when receive connection request PDU
 - Fix issue with BLE5.0 duplicate scan for chained packets
2024-12-13 13:39:25 +08:00
zhiweijian
d23ae97bb9 fix(bt): Fixed BLE assert ke_mem.c line 267(d7561c2) 2024-11-25 10:28:56 +08:00
zhiweijian
6470c01165 feat(bt): Support ble controller run in flash(d752deac) 2024-10-25 10:35:57 +08:00