Diff between f3db25a05bc36a1d9886902e60853a8872d9a5b2 and 35b50f0f3410930300834114c7d3f83ddc6b9b07

Changed Files

File Additions Deletions Status
emulator/bthost.c +4 -0 modified

Full Patch

diff --git a/emulator/bthost.c b/emulator/bthost.c
index a8a1e89..c4603ae 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;