lib: Add version number for Bluetooth 5.1
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 29 Jan 2019 15:33:15 +0000 (17:33 +0200)
committerhimanshu <h.himanshu@samsung.com>
Wed, 22 Jan 2020 11:28:53 +0000 (16:58 +0530)
Change-Id: If48f1b76a41c2891b49acecc7f2bdede93b0204f
Signed-off-by: himanshu <h.himanshu@samsung.com>
lib/hci.c

index 10930cb..696a43c 100755 (executable)
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -668,6 +668,7 @@ static hci_map ver_map[] = {
        { "4.1",        0x07 },
        { "4.2",        0x08 },
        { "5.0",        0x09 },
+       { "5.1",        0x0a },
        { NULL }
 };