From 2688bf5c6e67d8a86ef023c2302e6fa960d83884 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 20 Jan 2014 13:10:50 +0200 Subject: [PATCH] emulator/bthost: Add dummy handler for User Confirm Request Reply completion --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index d6fc7b8e1..a9294e48f 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -664,6 +664,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data, break; case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY: break; + case BT_HCI_CMD_USER_CONFIRM_REQUEST_REPLY: + break; default: printf("Unhandled cmd_complete opcode 0x%04x\n", opcode); break; -- 2.47.3