From 9cbc4f4bf193308557129117250101a8f8135db9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 19 Sep 2013 18:27:12 +0300 Subject: [PATCH] monitor: Add define for "Connection Failed To Be Established" --- monitor/bt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/bt.h b/monitor/bt.h index 33437b379..3f32fbd8c 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1765,6 +1765,7 @@ struct bt_hci_evt_le_long_term_key_request { #define BT_HCI_ERR_UNSUPPORTED_FEATURE 0x11 #define BT_HCI_ERR_INVALID_PARAMETERS 0x12 #define BT_HCI_ERR_UNSPECIFIED_ERROR 0x1f +#define BT_HCI_ERR_CONN_FAILED_TO_ESTABLISH 0x3e struct bt_l2cap_hdr { uint16_t len; -- 2.11.0