mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Override some defaults so BT stack is enabled
 | 
						|
# in this example and some example specific misc sizes are increased.
 | 
						|
 | 
						|
#
 | 
						|
# BT config
 | 
						|
#
 | 
						|
CONFIG_BT_ENABLED=y
 | 
						|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
 | 
						|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
 | 
						|
CONFIG_BTDM_CTRL_MODE_BTDM=n
 | 
						|
CONFIG_BT_BLUEDROID_ENABLED=n
 | 
						|
CONFIG_BT_NIMBLE_ENABLED=y
 | 
						|
CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=512
 | 
						|
CONFIG_BT_NIMBLE_ACL_BUF_COUNT=20
 | 
						|
CONFIG_BT_NIMBLE_HCI_EVT_BUF_SIZE=255
 | 
						|
CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT=50
 |