From c3e10c51b9e022d511b440b16a69f858b097653d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 Aug 2013 00:06:15 -0700 Subject: [PATCH] monitor: Add two more HCI error code constants --- monitor/bt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index 75bcdee0c..ba17b94cb 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1510,7 +1510,9 @@ struct bt_hci_evt_le_long_term_key_request { #define BT_HCI_ERR_HARDWARE_FAILURE 0x03 #define BT_HCI_ERR_PAGE_TIMEOUT 0x04 #define BT_HCI_ERR_COMMAND_DISALLOWED 0x0c +#define BT_HCI_ERR_UNSUPPORTED_FEATURE 0x11 #define BT_HCI_ERR_INVALID_PARAMETERS 0x12 +#define BT_HCI_ERR_UNSPECIFIED_ERROR 0x1f struct bt_l2cap_hdr { uint16_t len; -- 2.47.3