Commit Graph

68 Commits

Author SHA1 Message Date
zwj
f3c359a685 fix ke_mem.c assert(0821b2a) 2022-07-04 22:08:59 +08:00
xiongweichao
614154ba4a Update bt lib for ESP32-C3 and ESP32-S3(16cffbc)
Fix rtc watchdog timeout when waking up light sleep because some functions are not in IRAM
2022-06-29 19:01:17 +08:00
Yang Zhao
98dcc95913 Update ESP32-C3 and ESP32-S3 bt lib (d913766)
Add the pll track feature to keep the ble connection stable when the environment
temprature increase form 0 to 74.
2022-03-01 14:41:26 +08:00
xiewenxiang
a3f7d7ffa2 Update ESP32-C3 and ESP32-S3 bt lib (33175c8)
- Fix ble periodic adv data length check issue
  - Support set HW CCA threshold value
2021-12-28 18:10:18 +08:00
wangmengyang
86145c1845 Update bt lib for ESP32-C3 and ESP32-S3(68818697)
bugfix that estimation of scannable extended adv duration does not account for AUX_SCAN_RSP and possible ADV_CHAIN packets
2021-12-17 19:26:32 +08:00
Chinmay Chhajed
f9ffd57d8f Fixing scenario where ACL Rx data is sent to host before enc change event [19bdc26c]. 2021-12-09 12:38:22 +05:30
xiewenxiang
32f15e826a Update ESP32-C3 and ESP32-S3 bt lib (3e61eea) 2021-09-17 17:05:04 +08:00
xiewenxiang
9ca8afd50a Update ESP32-C3 and ESP32-S3 bt lib (72463e1)
- Fixed ble conn crash durning erase flash
2021-08-13 17:45:16 +08:00
zwj
b223604efd Update ESP32-C3 and ESP32-S3 bt lib (9c99115)
- Fixed update exception list assert
- Fixed no adv report in sacn when using HW recorrect
- support HW CCA
- Fixed data length update rejected when controller is updating data length
2021-06-24 21:26:02 +08:00
wangmengyang
4b93865b52 Update ESP32-C3/ESP32-S3 bt-lib (e6e17bb4)
1. Use correct addresses of Bluetooth Low Power Clock registers on Chip 7.2.8 ESP32-S3
2. Disable CS-RXDONEMSK to avoid RX interrupt flooding during scan event in coexistence scenario
2021-06-22 22:28:01 +08:00
sushant.chougule
f45e691802 Fix MIC error issue during start_encryption procedure
Update ESP32C3 and ESP32S3 libraries (a86af1e)
2021-06-21 17:00:22 +05:30
wangmengyang
78180e1b9c Update ESP32-C3 and ESP32-S3 libbtdm_app.a(a6bf46f8)
Fixed performance issue for extended active scan in coexistence scenario: use the same priority for Rx of AUX_ADV_IND and AUX_SCAN_RSP
2021-06-07 11:17:03 +08:00
Shu Chen
41be310daa phy: move libbtbb.a to esp-phy-lib repo 2021-05-25 10:47:46 +08:00
wangmengyang
90b025633a Update ESP32C3/ESP32S3 bt-lib(501d88d7)
Removed the interrupt lock operation during controller enable/disable/reset, to avoid trigger interrupt watchdog time-out due to use of mutex/semaphore in coex_st_set
2021-04-28 17:58:45 +08:00
wangmengyang
2c453f09b7 update ESP32C3/ESP32S3 libbtbb.a
Disable AGC Gain Recorrect Function for CODED PHY
2021-04-28 17:55:23 +08:00
zwj
8ce2a3620a update esp32c3 and esp32s3 bt lib (6ab3130)
fix ble disconnect due to connection parameters update
2021-04-23 19:57:05 +08:00
wangmengyang
022b7da7fc ESP32-C3, ESP32-S3: update libbtdm_app.a(d1d0c6f1)
support ESP32S3 and esp32c3 multi-connection
2021-04-20 16:00:04 +08:00
wangmengyang
352d001fc7 ESP32C3, ESP32S3: update libbtdm_app.a(47235b66)
Fixed incorrect Tx power level mapping
2021-04-20 15:58:00 +08:00