mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
ble: fix cca for esp32c2
This commit is contained in:
@@ -810,7 +810,6 @@ r_ble_ll_event_dbuf_overflow = 0x40000f50;
|
||||
r_ble_ll_event_send = 0x40000f54;
|
||||
r_ble_ll_event_tx_pkt = 0x40000f58;
|
||||
r_ble_ll_ext_adv_phy_mode_to_local_phy = 0x40000f5c;
|
||||
r_ble_ll_ext_conn_create = 0x40000f60;
|
||||
r_ble_ll_ext_scan_parse_adv_info = 0x40000f64;
|
||||
r_ble_ll_ext_scan_parse_aux_ptr = 0x40000f68;
|
||||
r_ble_ll_flush_pkt_queue = 0x40000f6c;
|
||||
@@ -912,7 +911,6 @@ r_ble_ll_read_local_p256_pub_key = 0x4000111c;
|
||||
r_ble_ll_read_rf_path_compensation = 0x40001120;
|
||||
r_ble_ll_read_supp_features = 0x40001124;
|
||||
r_ble_ll_read_supp_states = 0x40001128;
|
||||
r_ble_ll_reset = 0x40001130;
|
||||
r_ble_ll_resolv_clear_all_pl_bit = 0x40001134;
|
||||
r_ble_ll_resolv_clear_all_wl_bit = 0x40001138;
|
||||
r_ble_ll_resolv_enable_cmd = 0x40001140;
|
||||
|
Reference in New Issue
Block a user