Diff between 5fa34138a484a0abc6bb54d2625832be7163a3ea and 741d28de64048d13455439a206ef114258e716a4
Changed Files
| File | Additions | Deletions | Status |
| emulator/bthost.c | +1 | -0 | modified |
Full Patch
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 5a3ca26..64ebd6a 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -995,6 +995,7 @@ static void evt_le_meta_event(struct bthost *bthost, const void *data,
evt_le_conn_complete(bthost, evt_data, len - 1);
break;
default:
+ printf("Unsupported LE Meta event 0x%2.2x\n", *event);
break;
}
}