OSDN Git Service

emulator: Use BR/EDR/LE vhci type as default for btvirt
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Feb 2013 03:22:21 +0000 (21:22 -0600)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Feb 2013 03:22:21 +0000 (21:22 -0600)
emulator/main.c

index 6b5a75a..536f265 100644 (file)
@@ -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");
        }