summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-09-03 10:50:40 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-09-03 10:50:40 +0000
commit2f6b4e4f5e4da2cea6af279b262f81e9d52e78e4 (patch)
tree97f5ef6ab264f12ca325bc9acad497b1c1020060
parentbdcb3c69d6ad2a308c0b636e0a697f1f261d97b9 (diff)
Add link manager version parameter for Bluetooth 1.2
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci.c b/src/hci.c
index f22fcbfc..818c04e5 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -269,6 +269,7 @@ int hci_strtolm(char *str, unsigned int *val)
hci_map ver_map[] = {
{ "1.0b", 0x00 },
{ "1.1", 0x01 },
+ { "1.2", 0x02 },
{ NULL }
};
char *hci_vertostr(unsigned int ver)