forked from espressif/esp-idf
Merge branch 'bugfix/0925_update_libble_c2_v5.0' into 'release/v5.0'
ble: update c2 libble to 7ec5b5c1 See merge request espressif/esp-idf!26192
This commit is contained in:
Submodule components/bt/controller/lib_esp32c2/esp32c2-bt-lib updated: 9da8ad3ebd...fc690c13c6
@ -89,7 +89,8 @@ typedef enum {
|
||||
ESP_PWR_LVL_P12 = 12, /*!< Corresponding to +12dbm */
|
||||
ESP_PWR_LVL_P15 = 13, /*!< Corresponding to +15dbm */
|
||||
ESP_PWR_LVL_P18 = 14, /*!< Corresponding to +18dbm */
|
||||
ESP_PWR_LVL_P21 = 15, /*!< Corresponding to +21dbm */
|
||||
ESP_PWR_LVL_P20 = 15, /*!< Corresponding to +20dbm */
|
||||
ESP_PWR_LVL_P21 = 15, /*!< Corresponding to +20dbm, this enum variable has been deprecated */
|
||||
ESP_PWR_LVL_INVALID = 0xFF, /*!< Indicates an invalid value */
|
||||
} esp_power_level_t;
|
||||
|
||||
|
@ -919,7 +919,6 @@ r_ble_ll_resolv_list_clr = 0x4000117c;
|
||||
r_ble_ll_resolv_list_find = 0x40001180;
|
||||
r_ble_ll_resolv_list_read_size = 0x40001184;
|
||||
r_ble_ll_resolv_list_reset = 0x40001188;
|
||||
r_ble_ll_resolv_list_rmv = 0x4000118c;
|
||||
r_ble_ll_resolv_local_addr_rd = 0x40001190;
|
||||
r_ble_ll_resolv_peer_addr_rd = 0x40001194;
|
||||
r_ble_ll_resolv_peer_rpa_any = 0x40001198;
|
||||
@ -1023,12 +1022,10 @@ r_ble_ll_sync_terminate = 0x4000136c;
|
||||
r_ble_ll_sync_transfer = 0x40001370;
|
||||
r_ble_ll_sync_transfer_get = 0x40001374;
|
||||
r_ble_ll_sync_transfer_received = 0x40001378;
|
||||
r_ble_ll_trace_set_func = 0x40001380;
|
||||
r_ble_ll_trace_u32 = 0x40001384;
|
||||
r_ble_ll_trace_u32x2 = 0x40001388;
|
||||
r_ble_ll_trace_u32x3 = 0x4000138c;
|
||||
r_ble_ll_tx_flat_mbuf_pducb = 0x40001390;
|
||||
r_ble_ll_tx_pkt_in = 0x40001398;
|
||||
r_ble_ll_update_max_tx_octets_phy_mode = 0x4000139c;
|
||||
r_ble_ll_usecs_to_ticks_round_up = 0x400013a0;
|
||||
r_ble_ll_utils_calc_access_addr = 0x400013a4;
|
||||
|
Reference in New Issue
Block a user