From 24c2977006b397f25cadbc19144c76ca09f3aa68 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 31 Jan 2013 21:22:21 -0600 Subject: [PATCH] emulator: Use BR/EDR/LE vhci type as default for btvirt --- emulator/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/main.c b/emulator/main.c index 6b5a75ae4..536f265f4 100644 --- a/emulator/main.c +++ b/emulator/main.c @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) printf("Bluetooth emulator ver %s\n", VERSION); if (enable_vhci) { - vhci = vhci_open(VHCI_TYPE_BREDR); + vhci = vhci_open(VHCI_TYPE_BREDRLE); if (!vhci) fprintf(stderr, "Failed to open Virtual HCI device\n"); } -- 2.47.3