From bc3b7427cfd90610d73c07a5adf5b5e99fa6c0b9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 10 Jan 2014 14:52:06 +0200 Subject: [PATCH] tools/bthost: Add dummy handler for HCI_Write_SSP_Mode completion --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index a178fb045..98a920e58 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -545,6 +545,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data, break; case BT_HCI_CMD_PIN_CODE_REQUEST_NEG_REPLY: break; + case BT_HCI_CMD_WRITE_SIMPLE_PAIRING_MODE: + break; default: printf("Unhandled cmd_complete opcode 0x%04x\n", opcode); break; -- 2.47.3