summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-02-13 14:44:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-02-13 14:44:47 +0000
commit397609f69cbc21cfd87b27246f4f5ed9dada646d (patch)
tree2fbba66f58e619c2f0958d1e5162481c08d69671
parent233a4572376f767603890c71f240458c23f821b1 (diff)
Add version code for Bluetooth 2.1
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci.c b/src/hci.c
index 7d30c552..a064980f 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -505,6 +505,7 @@ static hci_map ver_map[] = {
{ "1.1", 0x01 },
{ "1.2", 0x02 },
{ "2.0", 0x03 },
+ { "2.1", 0x04 },
{ NULL }
};