From 2f6b4e4f5e4da2cea6af279b262f81e9d52e78e4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Sep 2003 10:50:40 +0000 Subject: Add link manager version parameter for Bluetooth 1.2 --- src/hci.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit