fix(coex): fix some esp32 coexistence bugs

- fix ble scan may restart twice in coex scenarios
- fix bredr page/pscan coex request/release not match
- fix bredr incorrect inquiry length calculation
- update bredr page/inquiry pti
- add coex pti protection for entire page/inquiry event
This commit is contained in:
linruihao
2025-12-18 10:49:46 +08:00
parent 5793218f98
commit 8bc55358c2
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -1381,7 +1381,6 @@ PROVIDE ( esp_rom_spiflash_config_clk = 0x40062bc8 );
PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
PROVIDE ( SPI_write_enable = 0x40062320 );
PROVIDE ( hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4 );
PROVIDE ( hci_per_inq_mode_cmd_handler = 0x400519b0 );
PROVIDE ( llcp_length_req_handler = 0x40043808 );
PROVIDE ( llcp_unknown_rsp_handler = 0x40043ba8 );
PROVIDE ( llcp_channel_map_req_handler = 0x4004291c );