38 Commits

Author SHA1 Message Date
c98341759b update esp32 bt-lib (53b89f8)
fix legacy pair controller does not send the link key to the host
2022-07-28 14:12:22 +08:00
9bc3e81aa1 update bt-lib (bf9c077)
1. add protect for bt_util_buf_env buffers when multi-access
2. ignore assert_err in em_bt_clkoff1_setf
2022-07-26 16:42:24 +08:00
211206db3c update esp32 bt-lib (f1a9423)
coex: fixed crash when calculating end transfer time
2022-07-11 15:23:12 +08:00
zwj
8188c3b5ec fix esp32 ke_mem.c assert(425d342) 2022-07-07 15:49:54 +08:00
ea4d1c936a update bt-lib (7fb30c2b)
restre edr_en which was wrongly cleared by role switch
add critical protection for vhci_env_p->vhci_intr_st
ignore max_page when report remote features
2022-06-21 19:21:36 +08:00
b877f7e1fc update esp32 bt-lib (5688ed5)
Fix crash when host exit sniff mode
2022-02-21 15:06:13 +08:00
26afd7bb31 Update esp32 bt-lib (038aea7)
- LLCP collision fix for ch map update
  - Fix ble ADV_UNDERRUN error lead to RX disable
2022-02-15 21:33:45 +05:30
c0a5619d46 update libbtdm_app.a for ESP32(33445ec9)
Fixed delcaration of global variable "le_scan_duplicate_option" in header file without using "extern"
2022-01-16 12:46:29 +08:00
ec4b716eb6 update esp32 bt-lib (30c8196)
fix cs event for rd_rem_ext_feats delayed issue
2021-12-29 14:19:45 +08:00
54a69e5361 Add hci command to set coexistence status(6a07b06) 2021-11-22 19:55:57 +08:00
edbb3cb0c0 Update esp32 bt-lib (960576d)
It is abnormal when getting the deep sleep state bit. So we need to check
the state again and run the "ble_master_soft_rst()" if neesed.
2021-11-18 15:22:07 +08:00
26c296e018 Update esp32 bt-lib (899ab01a)
fix HCI_Read_Clock error
fix HCI_Create_Connection_Cancel error
fix ASSERT_WARN during epr
2021-11-09 14:36:11 +08:00
fe048744fc Update esp32 bt-lib(21812e3)
- Fix the crash issue when shutdown bt
2021-11-01 20:28:30 +08:00
f26e741554 Modifies connection max latency value to 499 as per spec (10b65e35). 2021-10-29 14:24:14 +05:30
1c6d248b62 Fix crash after inquiry has finished(be23a92) 2021-10-21 20:08:01 +08:00
3c91a5b84b Update esp32 bt-lib(7972edf)
1. Fix the scan failed issue.
2. Fix connection failed with LG 5.0 phone
2021-10-19 21:34:10 +08:00
fe0a3d00f1 Check only for same X component of public key in BR/EDR (078d492f). 2021-09-17 10:50:55 +05:30
cfbb0571fb add config option to choose Bluetooth intterupt level(1e3e264) 2021-09-02 21:53:48 +08:00
c9748123de High level interrupt in bluetooth(b7ba5e3) 2021-09-01 21:39:14 +08:00
fb49791b7c Update the esp32 bt lib (bfbbe1)
1.The updateed lib in the commit "66ecb769e" is still the old one. This commit
   is to update it.
2.The controller may miss the sleep time caculated before. So it will stuck
  in the loop to get the deep sleep HW flag. Then the watchdog issue happen.
2021-08-11 11:09:18 +08:00
66ecb769ec Update the esp32 bt lib (bfbbe1)
The controller may miss the sleep time caculated before. So it will stuck
in the loop to get the deep sleep HW flag. Then the watchdog issue happen.
2021-08-09 11:57:25 +08:00
b97b2abd1a Update esp32 bt lib (d83d996)
This is to fix the hardware bug. The device may report scan event
timeout when scaning.If check this error,then reset the rwble core.
2021-07-19 20:39:18 +08:00
41866ca55b Add remove sniff when peer not accepted sniff mode (2fcbe897) 2021-07-16 11:29:43 +08:00
735a846f92 Fix for BLE ACL tx flush issue during reset(0e42119) 2021-07-15 22:31:06 +05:30
b5b115873c Update ESP32 bt-lib(d874f68)
If the scan window set as 4 slots and the scan interval set as 5 slots
,then the device will crash when starting scanning.This commit is to fix
this bug.
2021-06-21 21:11:28 +08:00
3adb056b8a Update ESP32 bt-lib(50c0b9e)
bugfix/fix crash when lmp flooding
2021-05-24 12:07:28 +08:00
1f7e45e2f6 Delete the option BLE ADV priority high(ba56601) 2021-05-17 17:05:33 +08:00
606e0f422c Fixed handling for invalid feature page. (e2dc104d) 2021-05-06 16:56:00 +05:30
154fe3f2bd Update ESP32 bt-lib(1342a48)
bugfix: Fix the issue that the controller do not report the disconnect event.
This issue is caused by modem sleep.The sleep interrupt will come the second
time before the CLKN interrupt. If we disable the sleep interrupt when it
comes in the first time, the CLKN will never come.
2021-04-21 14:43:29 +08:00
2b7816260e Update ESP32 bt-lib(a4c513b)
modify E8192 ELx200 ELx40 log level to LOGD
2021-04-13 17:06:21 +08:00
55d1bc8b7c Update ESP32 bt-lib(bc2e043)
Synchronize multiple branch
2021-03-25 14:23:54 +08:00
e6111ea30a Update ESP32 bt-lib(0fbd648)
call coexist api by osi to seperate bt and coexist
2021-03-25 14:21:42 +08:00
1541ed995b Fix the bug of modem sleep which may lead to the crash issue "assert(-218959118,0)"(ff2f5db) 2021-03-24 11:35:55 +08:00
5ba6226876 Fix for C2H flow control param check when only BLE mode is configured. (a5751184) 2021-03-10 15:06:20 +05:30
950f7886b6 ESP32: Fix controller task watchdog in Wi-Fi test(bea690a) 2021-03-05 11:24:39 +08:00
f1709b80f8 Fix IRAM_ATTR missing(2f97689) 2021-02-26 20:31:17 +08:00
d1115cabc2 component/bt: Added check for NULL valued combination key. (c85c59dd) 2021-02-09 12:08:15 +05:30
zwj
006f49fde5 update esp32c3/s3 ble lib
- add esp32c3 ble lib (fc6b1bca)
- add esp32s3 ble lib (450661f)
- update esp32 ble lib (b62cb38)
2021-01-15 21:06:11 +08:00