feat(ble/controller): Added memory boundary check for ESP32-C2

This commit is contained in:
Shen Weilong
2025-03-17 20:10:14 +08:00
parent 33e15accdd
commit 8c74230b77
7 changed files with 104 additions and 11 deletions
@@ -0,0 +1,13 @@
/*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _BLE_PRIV_H_
#define _BLE_PRIV_H_
int ble_stack_enable(void);
void ble_stack_disable(void);
#endif // _BLE_PRIV_H_