diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-02-13 14:44:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-02-13 14:44:47 +0000 |
commit | 397609f69cbc21cfd87b27246f4f5ed9dada646d (patch) | |
tree | 2fbba66f58e619c2f0958d1e5162481c08d69671 | |
parent | 233a4572376f767603890c71f240458c23f821b1 (diff) |
Add version code for Bluetooth 2.1
-rw-r--r-- | src/hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -505,6 +505,7 @@ static hci_map ver_map[] = { { "1.1", 0x01 }, { "1.2", 0x02 }, { "2.0", 0x03 }, + { "2.1", 0x04 }, { NULL } }; |