mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
When WIFI task or other high priority task blocks the Bluetooth task, ACL RX buffer will use up, ACL RX buffer ptr will point to null and will never point to a valid adress. Causing errors in Bluetooth.
This commit is contained in:
parent
09cc6d316f
commit
0ee8db80ff
@ -1 +1 @@
|
||||
Subproject commit 979dd2c7420e9323b3bf9dacdaa1393906114961
|
||||
Subproject commit fbff6e8cb7df876015efabf187b5c2399cfd3ffc
|
@ -762,6 +762,7 @@ PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
|
||||
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
|
||||
PROVIDE ( ld_acl_sched = 0x40033268 );
|
||||
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
|
||||
PROVIDE ( ld_acl_clk_isr = 0x40030cf8 );
|
||||
PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
|
||||
PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 );
|
||||
PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user