Commit Graph

7 Commits

Author SHA1 Message Date
wangmengyang
1b8dfd6acd Update ESP32-C3 bt-lib (e6e17bb4)
1. refactor and clean up the use of soc-specific register define's
2. Disable CS-RXDONEMSK to avoid RX interrupt flooding during scan event in coexistence scenario
2021-06-23 19:14:02 +08:00
sushant.chougule
5c771dd3bd Fix MIC error issue during start_encryption procedure
Update ESP32C3 controller library (a86af1e)
2021-06-21 17:07:21 +05:30
wangmengyang
2cd7417b50 Update ESP32-C3 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-05-14 10:31:16 +08:00
wangmengyang
655bfde644 Update ESP32C3 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 18:01:08 +08:00
wangmengyang
e6bb4300ca Update ESP32C3 libbtbb.a
Disable AGC Gain Recorrect Function for CODED PHY
2021-04-28 17:59:59 +08:00
zwj
f2b0c9908f update esp32c3 bt lib(6ab3130)
fix ble disconnect due to connection parameters udpate
2021-04-23 20:38:04 +08:00
wangmengyang
71752d20fd Update ESP32-C3 and ESP32-S3 bt-lib
1. ESP32-C3 bt-lib(d1d0c6f1): support esp32c3 multi-connection
2. ESP32-S3 bt-lib(7477a1a2): add missing IRAM_ATTR to function r_lld_conn_dynamic_pti_process_hack
2021-04-21 21:15:16 +08:00