Diff between 262ee6bd0295d1b7daf620c9a01060414bcb0def and bc3b7427cfd90610d73c07a5adf5b5e99fa6c0b9
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 a178fb0..98a920e 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -545,6 +545,8 @@ static void evt_cmd_complete(struct bthost *bthost, const void *data,
break;
case BT_HCI_CMD_PIN_CODE_REQUEST_NEG_REPLY:
break;
+ case BT_HCI_CMD_WRITE_SIMPLE_PAIRING_MODE:
+ break;
default:
printf("Unhandled cmd_complete opcode 0x%04x\n", opcode);
break;