From 741d28de64048d13455439a206ef114258e716a4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 20 Jan 2014 16:04:00 +0200 Subject: [PATCH] emulator/bthost: Add warning for unsupported LE Meta events --- emulator/bthost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emulator/bthost.c b/emulator/bthost.c index 5a3ca2616..64ebd6a13 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; } } -- 2.47.3