mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 12:50:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			491 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			491 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Example Configuration"
 | |
| 
 | |
|     config EXAMPLE_EXTENDED_ADV
 | |
|         bool
 | |
|         depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
 | |
|         default y if SOC_ESP_NIMBLE_CONTROLLER
 | |
|         select BT_NIMBLE_EXT_ADV
 | |
|         prompt "Enable Extended Adv"
 | |
|         help
 | |
|             Use this option to enable extended advertising in the example.
 | |
|             If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
 | |
|             also disabled from Nimble stack menuconfig
 | |
| 
 | |
| endmenu
 | 
