mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	fix esp32c3 can't enable adv flow control func
This commit is contained in:
		| @@ -104,8 +104,8 @@ enum { | ||||
| #endif | ||||
|  | ||||
| /* normal adv cache size */ | ||||
| #ifdef CONFIG_BT_SCAN_DUPL_CACHE_SIZE | ||||
| #define NORMAL_SCAN_DUPLICATE_CACHE_SIZE            CONFIG_BT_SCAN_DUPL_CACHE_SIZE | ||||
| #ifdef CONFIG_BT_CTRL_SCAN_DUPL_CACHE_SIZE | ||||
| #define NORMAL_SCAN_DUPLICATE_CACHE_SIZE            CONFIG_BT_CTRL_SCAN_DUPL_CACHE_SIZE | ||||
| #else | ||||
| #define NORMAL_SCAN_DUPLICATE_CACHE_SIZE            20 | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user