347 Commits

Author SHA1 Message Date
bb3ef4a5f0 update esp32 bit-lib (4a5dabd)
- Use embedded assembly to read and write dport registers
2024-04-01 18:52:14 +08:00
889c114914 fix(bt): Update bt lib for ESP32(cc67389)
1: fixed the incorrect timeing in reporting HCI_Link_Key_Type_Changed.
2: fixed the incorrect iv value during resuming encryption.
3: fixed the incorrect return with hci command rd_stored_link_key.
2024-04-01 11:39:13 +08:00
f25d25f14b update esp32 bit-lib (2264b8f)
- Added a VSC to set minimum encryption key size
2024-03-18 09:59:41 +08:00
79c3d50f69 update esp32 bt-lib (1175e0a)
1. fixed crash issue in coexist callback
2. fixed wrong LMP message send when expect peer device increase tx power to max
2024-03-15 11:28:45 +08:00
6a59711e59 fix(bt): Update bt lib for ESP32(5ea2fca)
- Fixed HCI command status event sending for disconnect command
- Fixed LE transmitter test command param check
2024-03-04 21:19:08 +08:00
f0d70ab669 update esp32 bt-lib (952debf4)
1. increased the length of queue for coexist requestions
2. cleared BT SNIFF when no connections exists
3. corrected a typo in coex module
2024-02-29 10:59:53 +08:00
7ce7597737 fix(bt): Update bt lib for ESP32(2de69f3)
- Fixed HCI command status event send when LLCP busy
2024-02-28 12:07:08 +08:00
e42401b2e3 update esp32 bt-lib(bfd6cf7)
1: reset the controller app function based on the bluetooth mode.
 2: add two compilation options ffunction-sections and fdata-sections
    to allow the linker to do better dead code removal.
2024-02-20 10:20:51 +08:00
e43c9b121f update esp32 bt-lib (0f0c5a29)
- Added API to get controller status
2024-02-04 14:12:51 +08:00
b0f132f17e update esp32 bt-lib (a38dc5c)
- Fixed scan request ifs time error in coexistence scenarios
2024-01-18 17:17:41 +08:00
7ef2b1dffc update esp32 bt-lib (6dabbb1)
- Fixed establish two SCO connections failed
2023-12-13 15:41:51 +08:00
d1d4b7635d fix(bt): Update bt lib for ESP32(fa43201)
- Fixed assert for instant passed workaround
- Fixed scan evt timeout
- Fixed random address setting when scanning
2023-12-04 17:02:30 +08:00
06ad44e581 feat(hci): fix hci param check(1631ff6) 2023-11-27 20:34:18 +08:00
cddb921d20 update esp32 bt-lib (6458728)
- Modify mesh proxy solic uuid to 0x18590303
- Support get the range of TX power level
- Support clear legacy adv using vendor hci
2023-11-01 11:13:15 +00:00
089f00bfda ci: fix push to github 2023-10-26 21:31:10 +08:00
943b0f24eb feat(hci): add api to disable uart flow control(ec4ac65) 2023-09-22 14:35:19 +08:00
2fe9158e29 feat(hci): Added Vendor-Specific HCI command to disable DM1 for ACL-U(7d82ec9) 2023-09-22 14:09:34 +08:00
03bfbf0a68 fix(QoS): Changed max t_poll from 200 to 4096(9efc8d1) 2023-09-22 12:12:18 +08:00
19fa60b819 update esp32 bt-lib (153f120)
1 add param check for HCI_Recevie_Synchronization_Train
2 add param check for HCI_Set_Connectionless_Peripheral_Broadcast
3 fix slave cannot take a secure authentication
2023-09-21 14:59:29 +08:00
ffa102a756 update esp32 bt-lib (687298f6)
Fixed ble scan not restart when wifi start stop
2023-09-13 19:52:23 +08:00
4cf3420808 update esp32 bt-lib (020d5afd)
- Fixed error in sniff negotiation
 - Avoided both local and peer unsniff being triggered
 - Fixed the crash of mixing of master- and slave-initiated sniff
   requests
 - Moved the TX of HW_ERR_EVT out of interrupt context to thread context
 - Fixed the issue rx_irq is generated after error_irq for slave sniff
   mode frame
 - Fixed asser error resulted from failure of role switch frame insert
 - Ignored rx_irq in inquiry scan frame end
 - Ignored rx_irq in page scan frame end
 - Added status check before set/clear sniff coex status
 - Fixed IntegerDevideByZero caused by interrupted r_ld_sco_start
2023-09-11 17:40:11 +08:00
7e692bbee2 update esp32 bt-lib (f6018c50)
- Add api to enable/disable pll track
2023-09-05 21:45:11 +08:00
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