From c8e79a926620e48830778714cfe4b2ea2453fcaf Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 25 Jul 2025 13:33:07 +1000 Subject: Update forked idf components --- lib/bt/controller/esp32h2/ble_priv.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/bt/controller/esp32h2/ble_priv.h (limited to 'lib/bt/controller/esp32h2/ble_priv.h') diff --git a/lib/bt/controller/esp32h2/ble_priv.h b/lib/bt/controller/esp32h2/ble_priv.h new file mode 100644 index 00000000..82dc4d16 --- /dev/null +++ b/lib/bt/controller/esp32h2/ble_priv.h @@ -0,0 +1,12 @@ +/* + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +int ble_stack_initEnv(void); + +void ble_stack_deinitEnv(void); + +int ble_stack_enable(void); + +void ble_stack_disable(void); -- cgit v1.2.3