From de45c647b685c3a62d0cde4003922cf75fccf825 Mon Sep 17 00:00:00 2001
From: "matthias.ringwald@gmail.com"
 <matthias.ringwald@gmail.com@1a0a8af8-31b5-11de-8e0c-53a27eea117e>
Date: Thu, 26 Dec 2013 18:58:55 +0000
Subject: [PATCH] improve event enumeration

---
 include/btstack/hci_cmds.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/btstack/hci_cmds.h b/include/btstack/hci_cmds.h
index 8d64af2dd..771115959 100644
--- a/include/btstack/hci_cmds.h
+++ b/include/btstack/hci_cmds.h
@@ -227,8 +227,8 @@ extern "C" {
 #define SM_JUST_WORKS_CANCEL							   0xb1 
 #define SM_PASSKEY_DISPLAY_NUMBER						   0xb2
 #define SM_PASSKEY_DISPLAY_CANCEL  						   0xb3
-#define SM_PASSKEY_INPUT_NUMBER							   0xb1
-#define SM_PASSKEY_INPUT_CANCEL      					   0xb2
+#define SM_PASSKEY_INPUT_NUMBER							   0xb4
+#define SM_PASSKEY_INPUT_CANCEL      					   0xb5
 
 // last error code in 2.1 is 0x38 - we start with 0x50 for BTstack errors