Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
7c6d8e4
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
esp-zhp Aug 28, 2025
b3b5002
fix(esp_eth): maked esp_eth_test_l2 more robust
kostaond Nov 13, 2025
97a8ee8
ci: pytest-ignore skip using dut id
Nov 24, 2025
7738c4f
change(ble): Updated the maximum number of concurrent connections to …
ShenWeilong Nov 28, 2025
f8c75d1
fix(app_trace): prevent possible system crash on uart buffer access
erhankur Nov 28, 2025
3fe406a
feat(ci): updated Ethernet tests to align with new runners
kostaond Nov 20, 2025
15609b0
fix(sdmmc): Deinitialize only initialized slots (sdmmc_host_deinit fu…
adokitkat Dec 2, 2025
3d2dda8
fix(bootloader_flash): invalidate FLASH_READ_VADDR before read
sobuch Dec 1, 2025
3146ab3
fix(esp_system): fix c61 mspi core/axi reset order
esp-wzh Dec 10, 2025
c3c6304
feat(ble/blufi): Support setting BLE encryption for blufi
esp-zhp Dec 11, 2025
540b6ba
docs: Update CN translation and improve formatting
esp-zhp Dec 11, 2025
5dbc296
fix(espcoredump): support ESP32P4 ECO5 unified memory layout
erhankur Dec 9, 2025
0540c85
fix(protocomm): Add security checks for buffer overflow and incorrect…
rahult-github Dec 2, 2025
2501b44
feat(tools): update openocd version to v0.12.0-esp32-20251215
erhankur Dec 16, 2025
78f8c22
change(freertos): add task count and pointer width to OpenOCD debug t…
erhankur Nov 17, 2025
e7e0be6
fix(bt/blurdoird): enable bitpool snity checks
BetterJincheng Oct 11, 2025
33af3a0
fix(bt/blurdoird): check Classic key before cross-key derivation
BetterJincheng Oct 11, 2025
1ba8aaa
fix(bt/bluedroid): check event ID if of register notification from re…
BetterJincheng Oct 11, 2025
0f1c203
fix(bt/bluedroid): make sure SDP only start discovery once
BetterJincheng Oct 11, 2025
9095d1c
fix(bt/bluedroid): use osi_calloc to zero reserved fields in AVRCP
BetterJincheng Oct 11, 2025
0fc2109
fix(bt/bluedroid): ignore AVCT commands that are too long
BetterJincheng Oct 11, 2025
5b7c17c
fix(bt/bluedroid): reject device with same address in legacy paring
BetterJincheng Oct 11, 2025
70f82a5
fix(bt/bluedroid): fixed Use-After-Free in btm_sec_[dis]connected
BetterJincheng Oct 11, 2025
15e0c74
fix(bt/bluedroid): fixed p_data null dereference in l2c_csm_open
BetterJincheng Oct 11, 2025
f15fe75
fix(bt/bluedroid): fixed a potential overflow about the media payload…
BetterJincheng Oct 11, 2025
4cb6ccc
fix(bt/bluedroid): fixed potential OOB read in the reporting handler
BetterJincheng Oct 11, 2025
1737477
fix(bt/bluedroid): fixed potential OOB read in the avrc_pars_vendor_rsp
BetterJincheng Oct 11, 2025
158519c
fix(bt/bluedroid): added boundary check when reading SDP attribute re…
BetterJincheng Oct 11, 2025
0195162
fix(bt/bluedroid): fixed OOB write in bta_hf_client_handle_cind_list_…
BetterJincheng Oct 11, 2025
6a497ad
fix(bt/bluedroid): fixed OOB read in AT_SKIP_RESET
BetterJincheng Oct 11, 2025
4df287c
fix(bt/bluedroid): added length check when copy AVDTP packet
BetterJincheng Oct 11, 2025
be25062
fix(bt/bluedroid): fixed OOB read in SDP server continuation length
BetterJincheng Oct 11, 2025
11eea1b
fix(bt/bluedroid): added negative length check in process_service_sea…
BetterJincheng Oct 11, 2025
56756b1
fix(bt/bluedroid): fixed buffer overflow in BRSF
BetterJincheng Oct 11, 2025
3ec5f61
fix(bt/bluedroid): report failure when not able to connect to AVRCP
BetterJincheng Oct 11, 2025
5a2b29f
fix(bt/bluedroid): fixed an OOB write in SDP_AddAttribute
BetterJincheng Oct 11, 2025
a73e2e4
fix(bt/bluedroid): fixed an OOB bug in btm_read_local_oob_complete
BetterJincheng Oct 11, 2025
08a593d
fix(bt/bluedroid): fixed an OOB bug in btm_create_conn_cancel_complete
BetterJincheng Oct 11, 2025
04219e5
fix(bt/bluedroid): fixed an OOB bug in btm_read_tx_power_complete
BetterJincheng Oct 13, 2025
514bcb4
fix(bt/bluedroid): fixed an OOB bug in btm_delete_stored_link_key_com…
BetterJincheng Oct 13, 2025
f7c0f92
fix(bt/bluedroid): fixed an OOB bug in btm_read_rssi_complete
BetterJincheng Oct 13, 2025
5872a8c
fix(bt/bluedroid): fixed an OOB bug in bta_av_setconfig_rej
BetterJincheng Oct 13, 2025
fa22e34
fix(bt/bluedroid): fixed an integer overflow bug in avdt_msg_asmbl
BetterJincheng Oct 13, 2025
991486f
fix(bt/bluedroid): fixed an integer overflow bug in attp_build_read_m…
BetterJincheng Oct 13, 2025
8fe4c35
fix(bt/bluedroid): drop connection when atttempting to disable encryp…
BetterJincheng Oct 11, 2025
cf5a568
fix(bt/bluedroid): fixed possible OOB read in smp_br_data_received
BetterJincheng Dec 11, 2025
66b2214
fix(bt/bluedroid): cleaned the code according to the tool cppcheck
BetterJincheng Oct 10, 2025
9cc1f04
ci: docs artifacts expiration time
Dec 23, 2025
08b3edc
fix(esp_hw_support): fix flash cs unhold during sleep when pd top in …
hbler99 Nov 19, 2025
cb9acbd
fix(secure_boot): Application's Secure Boot verify API support ECDSA-…
Harshal5 Dec 12, 2025
af61a3e
fix(sdmmc): fixed header structure not shown in doc issue
Icarus113 Dec 22, 2025
3fb705d
feat (p4eco6): open dcdc switch by software when dcdc stable
Dec 23, 2025
8417c70
feat(ble_mesh): Device Firmware Update (Zephyr v4.0.0)
forx157 Nov 19, 2024
f19c2a3
feat(ble_mesh): Adapt DFU/MBT to esp-idf
forx157 Nov 19, 2024
e71a79f
fix(bt): Fixed the issue of duplicate MAX macro definitions
forx157 Aug 11, 2025
16d9fcf
feat(ble_mesh): dfd client/server supported
forx157 Nov 30, 2025
dde791b
feat(ble_mesh): Miscellaneous update for BLE Mesh
Aug 27, 2025
92cc62a
feat(ble_mesh): Miscellaneous log enhancement for BLE Mesh
Aug 26, 2025
0eaf2f3
feat(ble_mesh): Miscellaneous log enhancement for Provisioning
forx157 Sep 1, 2025
556eeb9
fix(ble_mesh): fixed issues with incorrect logs format and position
RainerSeventeen Sep 3, 2025
dfde449
fix(ble_mesh): resolve miscellaneous logging issues
forx157 Sep 9, 2025
3dc9854
fix(ble_mesh): add proper memory cleanup in composition data parsing
forx157 Nov 28, 2025
ef87f31
fix(ble_mesh): fix memory issue in nimble gap event forwarding
forx157 Dec 15, 2025
a1265f3
feat(dsi_lcd): pixel clock frequency can be a float number
suda-morris Dec 20, 2025
9dbbdc9
feat(802.15.4): remove tx pending feature
gytxxsy Dec 18, 2025
a2be6b9
fix(esp_driver_cam): fix MIPI-CSI RX data broken
donghengqaz Dec 16, 2025
2544a15
Merge branch 'feat/remove_154_tx_pending_v5.5' into 'release/v5.5'
zwx1995esp Dec 26, 2025
dae755c
Merge branch 'bugfix/sync_security_fix_from_flouride_v5.5' into 'rele…
wmy-espressif Dec 26, 2025
79cd306
Merge branch 'bugfix/fix_csi_data_broken_v5.5' into 'release/v5.5'
suda-morris Dec 29, 2025
2ff54ff
fix(soc): update breakpoint nums on c5 and h4
Kainarx Dec 16, 2025
dbac228
fix(usb_serial_jtag): tx_ring_buf not checked for successful allocation,
addowhite Nov 28, 2025
1914fc3
Merge branch 'feat/ble_mesh_log_enh_v5.5' into 'release/v5.5'
Isl2017 Dec 29, 2025
1851470
Merge branch 'feat/p4eco6_ldo2dcdc_support_v5.5' into 'release/v5.5'
suda-morris Dec 29, 2025
1d78301
Merge branch 'feat/show_how_to_use_smp_in_blufi_example_v5.5' into 'r…
Isl2017 Dec 29, 2025
5bee13a
Merge branch 'opt/opt_ble_log_v5.5' into 'release/v5.5'
Isl2017 Dec 29, 2025
ee7543c
Merge branch 'bugfix/bug_bounty_ble_issue_v5.5' into 'release/v5.5'
rahult-github Dec 29, 2025
09693ee
Merge branch 'fix/ble_mesh_rpr_example_fix_v5.5' into 'release/v5.5'
Isl2017 Dec 29, 2025
41bcb17
Merge branch 'feat/ble_mesh_dfu_supported_v5.5' into 'release/v5.5'
Isl2017 Dec 29, 2025
f8fe1ce
Merge branch 'fix/secure_boot_verify_app_api_support_ecdsa_p384_v5.5'…
mahavirj Dec 29, 2025
be52835
fix(system): removed the exe flag from psram memory for esp32
ESP-Marius Dec 19, 2025
7671574
Merge branch 'ci/docs-artifacts-expiration-time-v5.5' into 'release/v…
suda-morris Dec 29, 2025
6c80a45
Merge branch 'fix/ble_mesh_nimble_gap_event_v5.5' into 'release/v5.5'
Isl2017 Dec 29, 2025
2ddcb62
Merge branch 'bugfix/esp32_psram_remove_execute_v5.5' into 'release/v…
ESP-Marius Dec 30, 2025
499441c
Merge branch 'fix/dpi_video_timing_adjust_v5.5' into 'release/v5.5'
suda-morris Dec 30, 2025
9b69adf
Merge branch 'bugfix/esp_idf_h2_flash_cs_hold_v5.5' into 'release/v5.5'
Dec 30, 2025
2d344bc
Merge branch 'fix/fix_mspi_reset_order_v5.5' into 'release/v5.5'
Dec 30, 2025
b027c4d
Merge branch 'fix/apptrace_uart_crash_v5.5' into 'release/v5.5'
Dec 30, 2025
9f93e5c
Merge branch 'feat/upt_tests_new_runners_v5.5' into 'release/v5.5'
Dec 30, 2025
3ca3759
Merge branch 'fix/sdmmc_deinit_only_inited_slots' into 'release/v5.5'
Dec 30, 2025
0a10858
Merge branch 'feature/extend_h2_conon_num_to_70_v5.5' into 'release/v…
Dec 30, 2025
b259c45
Merge branch 'esp32p4_fix_bootloader_flash_read_allow_decrypt_v5.5' i…
Dec 30, 2025
30905cb
Merge branch 'esp32p4_eco5_coredump_fix_v5.5' into 'release/v5.5'
Dec 30, 2025
3824958
Merge branch 'ci/known-failure-dut-id-v5.5' into 'release/v5.5'
Dec 30, 2025
fbfa940
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20251215_v5.5' …
Dec 30, 2025
4275972
Merge branch 'fix/fix_sdmmc_doc_v5.5' into 'release/v5.5'
Dec 30, 2025
ee06309
Merge branch 'fix/multicast_filter_test_v5.5' into 'release/v5.5'
Dec 30, 2025
dae2b98
ci: rename wifi_two_dut to two_duts
ydhub Nov 12, 2025
d3c350d
ci: fix sdkconfig.ci.xxx for wifi examples
ydhub Nov 12, 2025
976709a
fix(openthread): removed unused ulp configuration
zwx1995esp Dec 30, 2025
de3dad2
Merge branch 'contrib/github_pr_17945_v5.5' into 'release/v5.5'
suda-morris Dec 30, 2025
ded4814
Merge branch 'fix/update_breakpoint_nums_on_c5_h4_v5.5' into 'release…
suda-morris Dec 30, 2025
8d594b2
Merge branch 'ci/fix_wifi_cases_5.5' into 'release/v5.5'
Dec 30, 2025
913c2b4
Merge branch 'fix/remove_unused_ulp_for_otdp_v5.5' into 'release/v5.5'
zwx1995esp Dec 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab/ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ build_docs_html_full:
paths:
- docs/_build/*/*/*.txt
- docs/_build/*/*/html/*
expire_in: 4 days
expire_in: 12 hrs
variables:
DOC_BUILDERS: "html"

Expand All @@ -131,7 +131,7 @@ build_docs_html_partial:
paths:
- docs/_build/*/*/*.txt
- docs/_build/*/*/html/*
expire_in: 4 days
expire_in: 12 hrs
variables:
DOC_BUILDERS: "html"
parallel:
Expand Down
9 changes: 4 additions & 5 deletions components/app_trace/port/port_uart.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down Expand Up @@ -295,10 +295,9 @@ static esp_err_t esp_apptrace_uart_up_buffer_put(esp_apptrace_uart_data_t *hw_da

static void esp_apptrace_uart_down_buffer_config(esp_apptrace_uart_data_t *hw_data, uint8_t *buf, uint32_t size)
{
hw_data->down_buffer = (uint8_t *)malloc(size);
if (hw_data->down_buffer == NULL){
assert(false && "Failed to allocate apptrace uart down buffer!");
}
assert(buf != NULL && "Down buffer cannot be NULL");

hw_data->down_buffer = buf;
hw_data->down_buffer_size = size;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static esp_err_t bootloader_flash_read_allow_decrypt(size_t src_addr, void *dest
Cache_Read_Enable(0);
#else
#if SOC_CACHE_INTERNAL_MEM_VIA_L1CACHE
cache_ll_invalidate_addr(CACHE_LL_LEVEL_ALL, CACHE_TYPE_ALL, CACHE_LL_ID_ALL, FLASH_MMAP_VADDR, actual_mapped_len);
cache_ll_invalidate_addr(CACHE_LL_LEVEL_ALL, CACHE_TYPE_ALL, CACHE_LL_ID_ALL, FLASH_READ_VADDR, actual_mapped_len);
#endif
#if !ESP_TEE_BUILD
cache_hal_enable(CACHE_LL_LEVEL_EXT_MEM, CACHE_TYPE_ALL);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -13,12 +13,17 @@
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/ecp.h"
#include "rom/ecdsa.h"
#include "sdkconfig.h"

#include "secure_boot_signature_priv.h"

static const char *TAG = "secure_boot_v2_ecdsa";

#if CONFIG_SECURE_BOOT_ECDSA_KEY_LEN_384_BITS
#define ECDSA_INTEGER_LEN 48
#else
#define ECDSA_INTEGER_LEN 32
#endif /* CONFIG_SECURE_BOOT_ECDSA_KEY_LEN_384_BITS */

esp_err_t verify_ecdsa_signature_block(const ets_secure_boot_signature_t *sig_block, const uint8_t *image_digest, const ets_secure_boot_sig_block_t *trusted_block)
{
Expand Down Expand Up @@ -48,6 +53,12 @@ esp_err_t verify_ecdsa_signature_block(const ets_secure_boot_signature_t *sig_bl
key_size = 32;
mbedtls_ecp_group_load(&ecdsa_context.MBEDTLS_PRIVATE(grp), MBEDTLS_ECP_DP_SECP256R1);
break;
#if CONFIG_SECURE_BOOT_ECDSA_KEY_LEN_384_BITS
case ECDSA_CURVE_P384:
key_size = 48;
mbedtls_ecp_group_load(&ecdsa_context.MBEDTLS_PRIVATE(grp), MBEDTLS_ECP_DP_SECP384R1);
break;
#endif /* CONFIG_SECURE_BOOT_ECDSA_KEY_LEN_384_BITS */
default:
ESP_LOGE(TAG, "Invalid curve ID");
return ESP_ERR_INVALID_ARG;
Expand Down
27 changes: 22 additions & 5 deletions components/bt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ set(ble_mesh_v11_include_dirs
"esp_ble_mesh/v1.1/api/core/include"
"esp_ble_mesh/v1.1/api/models/include"
"esp_ble_mesh/v1.1/btc/include"
"esp_ble_mesh/v1.1/include"
"esp_ble_mesh/v1.1/dfu"
"esp_ble_mesh/v1.1/mbt"
)

if(CONFIG_IDF_DOC_BUILD)
Expand Down Expand Up @@ -571,7 +574,6 @@ if(CONFIG_BT_ENABLED)
"esp_ble_mesh/core/storage/settings.c"
"esp_ble_mesh/core/access.c"
"esp_ble_mesh/core/adv_common.c"
"esp_ble_mesh/core/ble_adv.c"
"esp_ble_mesh/core/beacon.c"
"esp_ble_mesh/core/cfg_cli.c"
"esp_ble_mesh/core/cfg_srv.c"
Expand Down Expand Up @@ -623,34 +625,49 @@ if(CONFIG_BT_ENABLED)
"esp_ble_mesh/v1.1/api/core/esp_ble_mesh_sar_model_api.c"
"esp_ble_mesh/v1.1/api/core/esp_ble_mesh_srpl_model_api.c"
"esp_ble_mesh/v1.1/api/models/esp_ble_mesh_mbt_model_api.c"
"esp_ble_mesh/v1.1/api/models/esp_ble_mesh_dfu_model_api.c"
"esp_ble_mesh/v1.1/api/models/esp_ble_mesh_dfu_slot_api.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_agg_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_brc_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_df_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_dfu_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_dfu_slot.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_lcd_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_mbt_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_odp_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_prb_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_rpr_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_sar_model.c"
"esp_ble_mesh/v1.1/btc/btc_ble_mesh_srpl_model.c"
"esp_ble_mesh/v1.1/mbt/blob_srv.c"
"esp_ble_mesh/v1.1/mbt/blob_cli.c"
"esp_ble_mesh/v1.1/dfu/dfu_cli.c"
"esp_ble_mesh/v1.1/dfu/dfu_srv.c"
"esp_ble_mesh/v1.1/dfu/dfu_slot.c"
"esp_ble_mesh/v1.1/dfu/dfu_metadata.c"
"esp_ble_mesh/v1.1/dfu/dfd_srv.c"
"esp_ble_mesh/v1.1/dfu/dfd_cli.c"
"esp_ble_mesh/lib/ext.c")

if(CONFIG_BLE_MESH_SAR_ENHANCEMENT)
list(APPEND srcs "esp_ble_mesh/core/transport.enh.c")
else()
list(APPEND srcs "esp_ble_mesh/core/transport.c")
endif()
else()
list(APPEND srcs
"esp_ble_mesh/core/transport.c")
list(APPEND srcs "esp_ble_mesh/core/transport.c")
endif()

if(CONFIG_BLE_MESH_SUPPORT_MULTI_ADV)
list(APPEND srcs "esp_ble_mesh/core/ext_adv.c")
else()
list(APPEND srcs "esp_ble_mesh/core/adv.c")
endif()
endif()


if(CONFIG_BLE_MESH_SUPPORT_BLE_ADV)
list(APPEND srcs "esp_ble_mesh/core/ble_adv.c")
endif()
endif()

if(CONFIG_BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT)
list(APPEND srcs
Expand Down
2 changes: 1 addition & 1 deletion components/bt/common/btc/core/btc_alarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void btc_alarm_handler(btc_msg_t *msg)
{
btc_alarm_args_t *arg = (btc_alarm_args_t *)msg->arg;

BTC_TRACE_DEBUG("%s act %d\n", __FUNCTION__, msg->act);
BTC_TRACE_DEBUG("%s act %d", __func__, msg->act);

if (arg->cb) {
arg->cb(arg->cb_data);
Expand Down
7 changes: 7 additions & 0 deletions components/bt/common/btc/core/btc_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
#include "btc_ble_mesh_rpr_model.h"
#include "btc_ble_mesh_sar_model.h"
#include "btc_ble_mesh_srpl_model.h"
#include "btc_ble_mesh_dfu_model.h"
#endif /* CONFIG_BLE_MESH_V11_SUPPORT */
#endif /* #if CONFIG_BLE_MESH */

Expand Down Expand Up @@ -262,6 +263,12 @@ static const btc_func_t profile_tab[BTC_PID_NUM] = {
#if CONFIG_BLE_MESH_MBT_SRV
[BTC_PID_MBT_SERVER] = {btc_ble_mesh_mbt_server_call_handler, btc_ble_mesh_mbt_server_cb_handler },
#endif /* CONFIG_BLE_MESH_MBT_SRV */
#if CONFIG_BLE_MESH_DFU_CLI
[BTC_PID_DFU_CLIENT] = {btc_ble_mesh_dfu_client_call_handler, btc_ble_mesh_dfu_client_cb_handler},
#endif /* CONFIG_BLE_MESH_DFU_CLI */
#if CONFIG_BLE_MESH_DFD_CLI
[BTC_PID_DFD_CLIENT] = {btc_ble_mesh_dfd_client_call_handler, btc_ble_mesh_dfd_client_cb_handler},
#endif /* CONFIG_BLE_MESH_DFD_CLI */
#if CONFIG_BLE_MESH_BLE_COEX_SUPPORT || CONFIG_BLE_MESH_USE_BLE_50
[BTC_PID_BLE_MESH_BLE_COEX] = {btc_ble_mesh_ble_call_handler, btc_ble_mesh_ble_cb_handler },
#endif /* CONFIG_BLE_MESH_BLE_COEX_SUPPORT || CONFIG_BLE_MESH_USE_BLE_50 */
Expand Down
6 changes: 6 additions & 0 deletions components/bt/common/btc/include/btc/btc_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ typedef enum {
BTC_PID_TIME_SCENE_SERVER,
BTC_PID_MBT_CLIENT,
BTC_PID_MBT_SERVER,
BTC_PID_BLOB_CLIENT,
BTC_PID_BLOB_SERVER,
BTC_PID_DFU_CLIENT,
BTC_PID_DFU_SERVER,
BTC_PID_DFD_CLIENT,
BTC_PID_DFD_SERVER,
BTC_PID_BLE_MESH_BLE_COEX,
#endif /* CONFIG_BLE_MESH */
#if (BLE_FEAT_ISO_EN == TRUE)
Expand Down
Loading