From 8d7c9ffe505dea38edd2cb6973430001ce0f4197 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 25 May 2013 18:21:52 -0700 Subject: [PATCH] emulator: Add scan_enable cmd_complete handler for bthost --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 0f6e224a1..af7f7df3f 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -221,6 +221,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data, case BT_HCI_CMD_READ_BD_ADDR: read_bd_addr_complete(bthost, param, len - sizeof(*ev)); break; + case BT_HCI_CMD_WRITE_SCAN_ENABLE: + break; default: printf("Unhandled cmd_complete opcode 0x%04x\n", opcode); break; -- 2.47.3