Diff between 905fe3f84cdf3513ca60756d0e8b179dbccb27c6 and d335554c4f65dcdb6665bccc6778219b6068171c

Changed Files

File Additions Deletions Status
emulator/bthost.c +2 -0 modified

Full Patch

diff --git a/emulator/bthost.c b/emulator/bthost.c
index 0dbaa2f..d038e75 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -823,6 +823,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
 		break;
 	case BT_HCI_CMD_USER_CONFIRM_REQUEST_REPLY:
 		break;
+	case BT_HCI_CMD_USER_CONFIRM_REQUEST_NEG_REPLY:
+		break;
 	case BT_HCI_CMD_LE_LTK_REQ_REPLY:
 		break;
 	case BT_HCI_CMD_LE_LTK_REQ_NEG_REPLY: