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:
Jiang Jiang Jian
2023-08-28 10:30:00 +08:00
2 changed files with 0 additions and 2 deletions

View File

@@ -824,7 +824,6 @@
** Defentions for HCI Error Codes that are past in the events
*/
#define HCI_SUCCESS 0x00
#define HCI_PENDING 0x00
#define HCI_ERR_ILLEGAL_COMMAND 0x01
#define HCI_ERR_NO_CONNECTION 0x02
#define HCI_ERR_HW_FAILURE 0x03