diff --git a/src/kits/bluetooth/CommandManager.cpp b/src/kits/bluetooth/CommandManager.cpp index 2feab60c47..f88a4262b1 100644 --- a/src/kits/bluetooth/CommandManager.cpp +++ b/src/kits/bluetooth/CommandManager.cpp @@ -627,9 +627,10 @@ const char* bluetoothErrors[] = { }; -const char* hciVersion[] = { "1.0B" , "1.1 " , "1.2 " , "2.0 " , "2.1 "}; -const char* lmpVersion[] = { "1.0 " , "1.1 " , "1.2 " , "2.0 " , "2.1 "}; - +const char* hciVersion[] = { "1.0B" , "1.1" , "1.2" , "2.0" , "2.1", + "3.0", "4.0", "4.1", "4.2", "5.0", "5.1", "5.2"}; +const char* lmpVersion[] = { "1.0" , "1.1" , "1.2" , "2.0" , "2.1", + "3.0", "4.0", "4.1", "4.2", "5.0", "5.1", "5.2"}; #if 0 #pragma mark -