summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-12-17 13:55:06 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-17 13:55:06 +0200
commitd335554c4f65dcdb6665bccc6778219b6068171c (patch)
tree9ab09d5962f6b1fdc7ebb2aa2f83beddea494eed /emulator/bthost.c
parent905fe3f84cdf3513ca60756d0e8b179dbccb27c6 (diff)
downloadbluez-d335554c4f65dcdb6665bccc6778219b6068171c.tar.gz
emulator: Avoid 'unknown command' for user confirm req neg reply
Diffstat (limited to 'emulator/bthost.c')
-rw-r--r--emulator/bthost.c2
1 files changed, 2 insertions, 0 deletions
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: