summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-12-17 12:44:02 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-17 12:44:02 +0200
commit2d66b6f85f12557f5a55c8b431889e49ceffe303 (patch)
treecc8875a545436b47b2b52b4dc84ffe138f89de19 /emulator/bthost.c
parentf91750396153f9804b97ada324eb3ec3f28891e5 (diff)
downloadbluez-2d66b6f85f12557f5a55c8b431889e49ceffe303.tar.gz
emulator: Avoid 'unknown command' for HCI_Write_Secure_Conn_Support completion
Diffstat (limited to 'emulator/bthost.c')
-rw-r--r--emulator/bthost.c2
1 files changed, 2 insertions, 0 deletions
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: