From 52e03fab5cb877505e6a4c391b5b0456726ed162 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 8 Nov 2004 13:37:59 +0000 Subject: Add version identifier for Bluetooth 2.0 --- src/hci.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/hci.c b/src/hci.c index 23f890a6..5895563e 100644 --- a/src/hci.c +++ b/src/hci.c @@ -312,9 +312,10 @@ int hci_strtolm(char *str, unsigned int *val) /* Version mapping */ static hci_map ver_map[] = { - { "1.0b", 0x00 }, - { "1.1", 0x01 }, - { "1.2", 0x02 }, + { "1.0b", 0x00 }, + { "1.1", 0x01 }, + { "1.2", 0x02 }, + { "2.0", 0x03 }, { NULL } }; -- cgit