mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01: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_
 |