From 06a3310bc5d74e2934dcd1e92765ed85679f3876 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 29 Jan 2019 17:33:15 +0200 Subject: [PATCH] lib: Add version number for Bluetooth 5.1 --- lib/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hci.c b/lib/hci.c index ccaef6b35..7ae472cb4 100644 --- a/lib/hci.c +++ b/lib/hci.c @@ -659,6 +659,7 @@ static hci_map ver_map[] = { { "4.1", 0x07 }, { "4.2", 0x08 }, { "5.0", 0x09 }, + { "5.1", 0x0a }, { NULL } }; -- 2.47.3