275 Commits

Author SHA1 Message Date
eeaa42e883 update esp32 bt-lib (bb13d6d6)
- Add new mesh adv type for exception list
2023-09-01 17:34:53 +08:00
afefcd9ede update esp32 bt-lib (714174d)
- Fixed HCI_Change_Connection_Packet_Type Command parameter check
- Fixed HCI_Accpet_Synchronous_Connection_Request Command parameter check
- Fixed HCI_Set_Connectionless_Peripheral_Broadcast_Data Command parameter check
2023-08-30 19:36:56 +08:00
7bb0d445db update esp32 bt-lib (7b24543)
- Support BLE RX error packet count record
- Fixed instant setting for LLC procedures with instants
- Fixed adv random delay when adv interval is less than 20ms
2023-08-18 16:48:00 +08:00
29e3ff2f39 update esp32 bt-lib (7c67f29)
Fixed disconnection due to lmp messages not being processed by both sides
2023-07-13 10:31:40 +08:00
e1b3a29c58 Update esp32 bt-lib(946b762)
1. Fixed LC_AFH_UPDATE_IND  has not benn processed causing memory exhaustion
2. Fixed no free elt in prog push
3. Fixed disconnect due to sniff with error Dsniff
4. Fixed the problem that the host continued to send ACL data to the controller after disconnection, which caused the connection to fail again
2023-06-25 16:31:34 +08:00
012c5f188d update esp32 bt-lib (4d572b7)
- Fixed memory leak when setting adv data
2023-06-15 21:08:10 +08:00
7c757d49c4 update esp32 bt-lib (b26e753)
1 Fixed disconnection delay on peripheral when slave latency is not zero
2 Fixed LLCP info init for central and peripheral
3 Fixed sent cmd status evt twice when process disconnect cmd
2023-06-12 12:10:58 +08:00
26b2361bf7 update esp32 bt-lib (ad2b7cd8)
Fixed BLE disconnection failure
2023-04-26 11:17:53 +08:00
zwj
df2d212f9c update esp32 bt-lib (1f0ce041)
Fixed disconnection due to consecutive CRC errors in first 6 intervals
2023-04-18 20:34:48 +08:00
zwj
8ce6d27e09 update esp32 bt-lib (97e07598)
- Fixed duplicate scan refresh cycle is not accurate after restarting scan
2023-04-11 20:42:11 +08:00
e329860b88 update esp32 bt-lib (fd30c88)
1.Fixed crash after controller disable and re-enable
2.Fixed the crash caused by processing the HCI_Read_Remote_Extented_Features command in the non-connected state
2023-04-11 12:01:11 +08:00
c97f994fb8 Optimized to coexist under sniff and iscan/pscan (3fdcd0e) 2023-04-04 17:40:00 +08:00
13f6ac3f06 set coex scan status when ble connecting(e98a9bc) 2023-03-31 17:17:00 +08:00
aec338b1aa update esp32 bt-lib (765c46e)
1.Fixed disconnection due to not handling lmp_unsniff_req in LC_WAIT_SNIFF_SUB_RSP state
2.Fixed crash caused by supervision timeout greater than sniff interval
2023-03-30 11:15:07 +08:00
b867411caf Update esp32 bt lib (55978bf)
- coexist: add adapter to get version, as the coexistence module evolves
2023-02-17 15:06:56 +08:00
f18eabd48c update esp32 bt-lib (2c56073)
fix ble disconnect due to channel map update instant passed
2023-01-04 11:13:35 +08:00
zwj
d4a224c5d6 update esp32 bt-lib ([60aae55e)
- Add config to set duplicate scan list refresh period
- overwrite the oldest device infor if the list is full
- Fixed duplicate scan period is not accurate
2022-12-15 15:05:20 +08:00
bdb57a2c5e update esp32 bt-lib (9be2bb7)
1 change default TX power to 9 dBm
2 fixed disconnect reason 0x1f (unspecified error)
3 fixed connection timeout due to terminate ind has not been acknowledged
2022-12-12 19:07:24 +08:00
zwj
9c5686aaa3 update esp32 bt-lib (091bb1b7)
Fixed some memory was not released after controller initialization failed
2022-12-07 15:00:52 +08:00
dbaeb136ca update libbtdm_app.a(8020d24)
use non-blocking way to implement coexistence callback functions
2022-10-11 16:35:15 +08:00
zwj
6ca6561fe5 Fixed BLE assert(32 0) (9a31e074) 2022-09-30 15:06:10 +08:00
eac5f09163 update bt-lib(67ee4f010)
fixed the exhaustion of ACL buffer
fixed the duplication of connection request from the same device
2022-08-30 20:06:19 +08:00
d3a4f5bbc5 update esp32 bt-lib (96b7f79c)
Add QA test functions
2022-08-23 21:16:51 +08:00
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