mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Separate Bluetooth HCI component example which adds some macros and functions used by HCI Layer defined by the spec.
		
			
				
	
	
		
			4 lines
		
	
	
		
			111 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			111 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "bt_hci_common.c"
 | 
						|
                    INCLUDE_DIRS "include"
 | 
						|
                    )
 |