Diff between 26218dbf24e0d52da69add0bf5813312a021cc58 and 9cbc4f4bf193308557129117250101a8f8135db9
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +1 | -0 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index 33437b3..3f32fbd 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;