mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(bt): update ESP32 libbtdm_app.a to fix several issues
- fixed IntegerDividedByZero during Qos negotiation. Closes https://github.com/espressif/esp-idf/issues/18951 - ignored the check for bandwidth and retransmission effort when Host accepts the SCO connection request.
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 98c6de2d54...612b1f59e6
@@ -564,6 +564,7 @@ PROVIDE ( lmp_not_accepted_ext_handler = 0x40029c54 );
|
||||
PROVIDE ( lmp_clk_adj_handler = 0x40027468 );
|
||||
PROVIDE ( lmp_clk_adj_ack_handler = 0x400274f4 );
|
||||
PROVIDE ( lm_get_auth_method = 0x40023420);
|
||||
PROVIDE ( lm_get_total_pkt_type = 0x4004f928);
|
||||
PROVIDE ( lmp_accepted_ext_handler = 0x40027290 );
|
||||
PROVIDE ( lmp_not_accepted_ext_handler = 0x40029c54 );
|
||||
PROVIDE ( lmp_clk_adj_handler = 0x40027468 );
|
||||
|
||||
Reference in New Issue
Block a user