From 027e6ecab90914332d4ab39e6f4fe73dfc860b37 Mon Sep 17 00:00:00 2001 From: Shen Weilong Date: Wed, 5 Jul 2023 20:18:09 +0800 Subject: [PATCH] ble: Added APIs for QA test --- components/bt/controller/lib_esp32c2/esp32c2-bt-lib | 2 +- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib index c5f08bc94d..5fcfd0e457 160000 --- a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib +++ b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib @@ -1 +1 @@ -Subproject commit c5f08bc94d0edbb0b3c66d07f5c097b0ccb1fa07 +Subproject commit 5fcfd0e457a76ebb234086ccd6dc391690d69e90 diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 384adb25d7..a5039a2a64 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -816,7 +816,6 @@ r_ble_ll_flush_pkt_queue = 0x40000f6c; r_ble_ll_generate_dh_key_v1 = 0x40000f70; r_ble_ll_generate_dh_key_v2 = 0x40000f74; r_ble_ll_get_addr_type = 0x40000f7c; -r_ble_ll_get_chan_to_scan = 0x40000f80; r_ble_ll_get_our_devaddr = 0x40000f84; r_ble_ll_get_tx_pwr_compensation = 0x40000f88; r_ble_ll_hci_acl_rx = 0x40000f8c; @@ -1272,7 +1271,6 @@ r_ble_phy_calculate_rxwindow = 0x400017e0; r_ble_phy_calculate_txrx_ifs = 0x400017e4; r_ble_phy_check_bb_status = 0x400017e8; r_ble_phy_complete_rx_info = 0x400017ec; -r_ble_phy_config_access_addr = 0x400017f0; r_ble_phy_data_make = 0x400017f4; r_ble_phy_disable = 0x400017f8; r_ble_phy_disable_irq = 0x400017fc;