--- lib/bluetooth/hci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bluetooth/hci.c b/lib/bluetooth/hci.c index acf63f182..f9feaf185 100644 --- a/lib/bluetooth/hci.c +++ b/lib/bluetooth/hci.c @@ -662,6 +662,8 @@ static const hci_map ver_map[] = { { "5.2", 0x0b }, { "5.3", 0x0c }, { "5.4", 0x0d }, + { "6.0", 0x0e }, + { "6.1", 0x0f }, { NULL } }; -- 2.47.2