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:
Jin Cheng
2026-08-12 16:58:41 +08:00
parent e717ab43ad
commit b5aecb9349
2 changed files with 2 additions and 1 deletions

View File

@@ -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 );