From 35b50f0f3410930300834114c7d3f83ddc6b9b07 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 20 Jan 2014 16:25:39 +0200 Subject: [PATCH] emulator/bthost: Add dummy entries for LTK reply completion --- emulator/bthost.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index a8a1e89bc..c4603aeaf 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -672,6 +672,10 @@ 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_LE_LTK_REQ_REPLY: + break; + case BT_HCI_CMD_LE_LTK_REQ_NEG_REPLY: + break; default: printf("Unhandled cmd_complete opcode 0x%04x\n", opcode); break; -- 2.47.3