From 905935a11c15e723feed6dba84141d197110ed50 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 10 Dec 2013 02:00:37 -0800 Subject: [PATCH] lib: Add version information for Bluetooth 4.1 --- lib/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hci.c b/lib/hci.c index 6e3783671..005578a32 100644 --- a/lib/hci.c +++ b/lib/hci.c @@ -649,6 +649,7 @@ static hci_map ver_map[] = { { "2.1", 0x04 }, { "3.0", 0x05 }, { "4.0", 0x06 }, + { "4.1", 0x07 }, { NULL } }; -- 2.47.3