mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
fix(bt): Removed an incorrectly defined HCI error code
This commit is contained in:
@@ -825,7 +825,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
|
||||
|
Reference in New Issue
Block a user