From 269522ae0e9a7781c3636ffe46060970bdb30f5f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 19 Aug 2013 11:05:06 -0700 Subject: [PATCH] monitor: Add error constant for memory capacity exceeded --- monitor/bt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/bt.h b/monitor/bt.h index 113521dd7..269d76dc9 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1509,6 +1509,7 @@ struct bt_hci_evt_le_long_term_key_request { #define BT_HCI_ERR_UNKNOWN_CONN_ID 0x02 #define BT_HCI_ERR_HARDWARE_FAILURE 0x03 #define BT_HCI_ERR_PAGE_TIMEOUT 0x04 +#define BT_HCI_ERR_MEM_CAPACITY_EXCEEDED 0x07 #define BT_HCI_ERR_COMMAND_DISALLOWED 0x0c #define BT_HCI_ERR_UNSUPPORTED_FEATURE 0x11 #define BT_HCI_ERR_INVALID_PARAMETERS 0x12 -- 2.47.3