From 787180f5239258670b50ec1961374cceb0dda119 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Mar 2020 07:25:19 +0100 Subject: [PATCH] lib: Add version number for Bluetooth 5.2 --- lib/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hci.c b/lib/hci.c index 7ae472cb4..d5d21abe1 100644 --- a/lib/hci.c +++ b/lib/hci.c @@ -660,6 +660,7 @@ static hci_map ver_map[] = { { "4.2", 0x08 }, { "5.0", 0x09 }, { "5.1", 0x0a }, + { "5.2", 0x0b }, { NULL } }; -- 2.47.3