Skip to content

Commit 231226c

Browse files
committed
fix(bt): fixed some issues in bt controller
- add check for Wi-Fi channel - fix the incorrect unit of duration_min in cpb tx - recalculate the channel map when afh is enabled - fix incorrect vendor event count causing an assertion failure
1 parent 84bfea4 commit 231226c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/bt/controller/lib_esp32

components/esp_rom/esp32/ld/esp32.rom.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,9 @@ PROVIDE ( r_ld_csb_tx_en = 0x4003a1c0 );
749749
PROVIDE ( r_ld_csb_tx_init = 0x4003a0e8 );
750750
PROVIDE ( r_ld_csb_tx_reset = 0x4003a0f8 );
751751
PROVIDE ( r_ld_csb_tx_set_data = 0x4003a6c0 );
752+
PROVIDE ( ld_csb_tx_sched = 0x40039c1c );
753+
PROVIDE ( ld_csb_tx_evt_start_cbk = 0x40039d0c );
754+
PROVIDE ( ld_csb_tx_evt_canceled_cbk = 0x40039ee4 );
752755
PROVIDE ( r_ld_fm_clk_isr = 0x4003a7a8 );
753756
PROVIDE ( r_ld_fm_frame_isr = 0x4003a82c );
754757
PROVIDE ( r_ld_fm_init = 0x4003a760 );

0 commit comments

Comments
 (0)