mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble: update tx power level index of ESP32-H2 and ESP32-C2
This commit is contained in:
parent
5becfa46bc
commit
c9f7186357
@ -90,6 +90,7 @@ typedef enum {
|
||||
ESP_PWR_LVL_P15 = 13, /*!< Corresponding to +15dbm */
|
||||
ESP_PWR_LVL_P18 = 14, /*!< Corresponding to +18dbm */
|
||||
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;
|
||||
|
||||
|
@ -88,7 +88,10 @@ typedef enum {
|
||||
ESP_PWR_LVL_P9 = 11, /*!< Corresponding to +9dbm */
|
||||
ESP_PWR_LVL_P12 = 12, /*!< Corresponding to +12dbm */
|
||||
ESP_PWR_LVL_P15 = 13, /*!< Corresponding to +15dbm */
|
||||
ESP_PWR_LVL_P16 = 14, /*!< Corresponding to +18dbm, this enum variable has been deprecated */
|
||||
ESP_PWR_LVL_P17 = 14, /*!< Corresponding to +18dbm, this enum variable has been deprecated */
|
||||
ESP_PWR_LVL_P18 = 14, /*!< Corresponding to +18dbm */
|
||||
ESP_PWR_LVL_P19 = 15, /*!< Corresponding to +20dbm, this enum variable has been deprecated */
|
||||
ESP_PWR_LVL_P20 = 15, /*!< Corresponding to +20dbm */
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user