From d335554c4f65dcdb6665bccc6778219b6068171c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 17 Dec 2014 13:55:06 +0200 Subject: [PATCH] emulator: Avoid 'unknown command' for user confirm req neg reply --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 0dbaa2f63..d038e7502 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: -- 2.47.3