Merge branch 'feature/update_ble_libs' into 'master'

ble: Added APIs for QA test

See merge request espressif/esp-idf!24616
pull/11869/head
Shen Wei Long 2023-07-07 19:53:30 +08:00
commit e46e3f18f1
2 zmienionych plików z 1 dodań i 3 usunięć

@ -1 +1 @@
Subproject commit c5f08bc94d0edbb0b3c66d07f5c097b0ccb1fa07
Subproject commit 5fcfd0e457a76ebb234086ccd6dc391690d69e90

Wyświetl plik

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