From d7119506d824a52a7b0c0e14ea1da3e3ee90fd6a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 13 Aug 2015 12:33:25 +0200 Subject: [PATCH] added SM_RESPONDER_IDLE state --- src/hci.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hci.h b/src/hci.h index 52a14a67b..7373681ad 100644 --- a/src/hci.h +++ b/src/hci.h @@ -407,6 +407,7 @@ typedef enum { // RESPONDER ROLE // state = 40 + SM_RESPONDER_IDLE, SM_RESPONDER_SEND_SECURITY_REQUEST, SM_RESPONDER_PH0_RECEIVED_LTK, SM_RESPONDER_PH0_SEND_LTK_REQUESTED_NEGATIVE_REPLY, @@ -419,7 +420,7 @@ typedef enum { SM_RESPONDER_PH2_SEND_LTK_REPLY, // INITITIATOR ROLE - // state = 50 + // state = 51 SM_INITIATOR_CONNECTED, SM_INITIATOR_PH0_HAS_LTK, SM_INITIATOR_PH0_SEND_START_ENCRYPTION,