mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 22:51:41 +01:00 
			
		
		
		
	1. add the L1 include path with a prefix, such like osi/list.h, stack/a2d_api.h and etc. 2. modify component, only bluedroid/api/include/api is export to another component and application, other include path just for bluedroid used 3. put bluedroid/include into common/include/common, so the root directory of bluedroid have no include path. 4. modify doxygen to use esp_bt.h and redirect to component/bt/bluedroid/api/include/api/ fix compile
		
			
				
	
	
		
			22 lines
		
	
	
		
			482 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			482 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| Controller && VHCI
 | |
| ==================
 | |
| 
 | |
| Overview
 | |
| --------
 | |
| 
 | |
| `Instructions`_
 | |
| 
 | |
| .. _Instructions: ../template.html
 | |
| 
 | |
| Application Example
 | |
| -------------------
 | |
| 
 | |
| Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
 | |
| 
 | |
| * This is a BLE advertising demo with virtual HCI interface. Send Reset/ADV_PARAM/ADV_DATA/ADV_ENABLE HCI command for BLE advertising - :example:`bluetooth/ble_adv`.
 | |
| 
 | |
| API Reference
 | |
| -------------
 | |
| 
 | |
| .. include:: /_build/inc/esp_bt.inc
 |