mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02:00
14 lines
243 B
C
14 lines
243 B
C
![]() |
/*
|
||
|
* 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_
|