mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "A2DP Example Configuration"
 | |
|     config EXAMPLE_SSP_ENABLED
 | |
|         bool "Secure Simple Pairing"
 | |
|         depends on BT_CLASSIC_ENABLED
 | |
|         default y
 | |
|         help
 | |
|             This enables the Secure Simple Pairing. If disable this option,
 | |
|             Bluedroid will only support Legacy Pairing
 | |
| 
 | |
|     config EXAMPLE_PEER_DEVICE_NAME
 | |
|         string "Target Device Name"
 | |
|         default "ESP_SPEAKER"
 | |
|         help
 | |
|             Use this option to set target device name to connect.
 | |
| endmenu
 | 
