summaryrefslogtreecommitdiff
path: root/lib/hci.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2019-01-29 17:33:15 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2019-01-29 17:33:15 +0200
commit06a3310bc5d74e2934dcd1e92765ed85679f3876 (patch)
tree9b9486bdae3c5fcad2f9831eb44f303a0d58b4e6 /lib/hci.c
parent94e62dd3d46b52eaee8af78d283e559694ff49d3 (diff)
downloadbluez-06a3310bc5d74e2934dcd1e92765ed85679f3876.tar.gz
lib: Add version number for Bluetooth 5.1
Diffstat (limited to 'lib/hci.c')
-rw-r--r--lib/hci.c1
1 files changed, 1 insertions, 0 deletions
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 }
};