From 30e3ce212ad392602f137df5a9c84419489a677e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 4 Dec 2014 15:23:29 +0100 Subject: [PATCH] lib: Add version information for Bluetooth 4.2 --- lib/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hci.c b/lib/hci.c index 89b2318e2..d53455a17 100644 --- a/lib/hci.c +++ b/lib/hci.c @@ -650,6 +650,7 @@ static hci_map ver_map[] = { { "3.0", 0x05 }, { "4.0", 0x06 }, { "4.1", 0x07 }, + { "4.2", 0x08 }, { NULL } }; -- 2.47.3