Diff between 6038dad985938eec5036919da78f7328befddffb and 2688bf5c6e67d8a86ef023c2302e6fa960d83884
Changed Files
| File | Additions | Deletions | Status |
| emulator/bthost.c | +2 | -0 | modified |
Full Patch
diff --git a/emulator/bthost.c b/emulator/bthost.c
index d6fc7b8..a9294e4 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -664,6 +664,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
break;
case BT_HCI_CMD_IO_CAPABILITY_REQUEST_REPLY:
break;
+ case BT_HCI_CMD_USER_CONFIRM_REQUEST_REPLY:
+ break;
default:
printf("Unhandled cmd_complete opcode 0x%04x\n", opcode);
break;