mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Merge branch 'bugfix/remove_deprecated_err_code_v5.1' into 'release/v5.1'
fix(bt): Removed an incorrectly defined HCI error code (5.1) See merge request espressif/esp-idf!25288
This commit is contained in:
		@@ -47,7 +47,6 @@ typedef enum {
 | 
			
		||||
    ESP_BT_STATUS_MEMORY_FULL   = 20,           /* relate to BT_STATUS_MEMORY_FULL in bt_def.h */
 | 
			
		||||
    ESP_BT_STATUS_EIR_TOO_LARGE,                /* relate to BT_STATUS_EIR_TOO_LARGE in bt_def.h */
 | 
			
		||||
    ESP_BT_STATUS_HCI_SUCCESS   = ESP_BT_STATUS_BASE_FOR_HCI_ERR,
 | 
			
		||||
    ESP_BT_STATUS_HCI_PENDING,
 | 
			
		||||
    ESP_BT_STATUS_HCI_ILLEGAL_COMMAND,
 | 
			
		||||
    ESP_BT_STATUS_HCI_NO_CONNECTION,
 | 
			
		||||
    ESP_BT_STATUS_HCI_HW_FAILURE,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user