kits/bluetooth: Improve knowledge of BT versions

* Drop spaces as well, any text alignment needs to
  happen in UI

Change-Id: I2258330baa51e82095e3f7432e60747abb639aa3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3538
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
Alexander von Gluck IV 2020-12-19 19:50:12 -06:00 committed by Alex von Gluck IV
parent 7f7f9f1def
commit 31fd7ccc19

View File

@ -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 -