From 2d66b6f85f12557f5a55c8b431889e49ceffe303 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 17 Dec 2014 12:44:02 +0200 Subject: [PATCH] emulator: Avoid 'unknown command' for HCI_Write_Secure_Conn_Support completion --- emulator/bthost.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 9079dceec..c4d78696b 100644 --- a/emulator/bthost.c +++ b/emulator/bthost.c @@ -815,6 +815,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_WRITE_SECURE_CONN_SUPPORT: + break; case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY: break; case BT_HCI_CMD_USER_CONFIRM_REQUEST_REPLY: -- 2.47.3