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
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