Skip to content

Commit

Permalink
Merge branch 'bugfix/ble_update_lib_1027_5.0' into 'release/v5.0'
Browse files Browse the repository at this point in the history
ble: update c2 lib to 1d31e175

See merge request espressif/esp-idf!26713
  • Loading branch information
Isl2017 committed Nov 2, 2023
2 parents 2aa66f5 + 21885a0 commit 02089b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/bt/controller/esp32c2/bt.c
Expand Up @@ -1005,7 +1005,7 @@ uint8_t esp_ble_get_chip_rev_version(void)
static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, bool end)
{
for (int i = 0; i < len; i++) {
esp_rom_printf("%02x,", addr[i]);
esp_rom_printf("%02x ", addr[i]);
}
if (end) {
esp_rom_printf("\n");
Expand Down
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32c2/esp32c2-bt-lib
4 changes: 0 additions & 4 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -1035,9 +1035,7 @@ r_ble_ll_utils_csa2_prng = 0x400013b8;
r_ble_ll_utils_remapped_channel = 0x400013bc;
r_ble_ll_whitelist_add = 0x400013c0;
r_ble_ll_whitelist_chg_allowed = 0x400013c4;
r_ble_ll_whitelist_clear = 0x400013c8;
r_ble_ll_whitelist_read_size = 0x400013cc;
r_ble_ll_whitelist_rmv = 0x400013d0;
r_ble_ll_write_rf_path_compensation = 0x400013d8;
r_ble_lll_adv_aux_schedule = 0x400013e0;
r_ble_lll_adv_aux_schedule_first = 0x400013e4;
Expand Down Expand Up @@ -1113,7 +1111,6 @@ r_ble_lll_conn_master_common_init = 0x40001530;
r_ble_lll_conn_master_new = 0x40001534;
r_ble_lll_conn_module_reset = 0x40001540;
r_ble_lll_conn_pre_process = 0x40001548;
r_ble_lll_conn_process_acked_pdu = 0x4000154c;
r_ble_lll_conn_recv_ack = 0x40001554;
r_ble_lll_conn_recv_valid_packet = 0x40001558;
r_ble_lll_conn_reset_pending_sched = 0x4000155c;
Expand Down Expand Up @@ -1196,7 +1193,6 @@ r_ble_lll_scan_npl_store = 0x400016dc;
r_ble_lll_scan_period_timer_cb = 0x400016e0;
r_ble_lll_scan_process_adv_in_isr = 0x400016e4;
r_ble_lll_scan_req_backoff = 0x400016ec;
r_ble_lll_scan_restart = 0x400016f0;
r_ble_lll_scan_sched_next_aux = 0x40001700;
r_ble_lll_scan_sched_remove = 0x40001704;
r_ble_lll_scan_start = 0x40001708;
Expand Down

0 comments on commit 02089b1

Please sign in to comment.