From 0143a51c32e82700e5d1029b3f9c8ad6abf948e9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 10 Jan 2014 16:02:51 +0200 Subject: [PATCH] emulator: Add dummy cmd complete handler for IO Capability Request Reply --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 68a775cd2..b5895b227 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -560,6 +560,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data, break; case BT_HCI_CMD_WRITE_SIMPLE_PAIRING_MODE: break; + case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY: + break; default: printf("Unhandled cmd_complete opcode 0x%04x\n", opcode); break; -- 2.47.3