diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-12-10 02:00:37 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-12-10 02:00:37 -0800 |
commit | 905935a11c15e723feed6dba84141d197110ed50 (patch) | |
tree | 24d9083e6a3ac932d3ad136dc781674eae9391fd /lib | |
parent | 4085678fd495405abfb8785930579e13ecd10c40 (diff) |
lib: Add version information for Bluetooth 4.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -649,6 +649,7 @@ static hci_map ver_map[] = { { "2.1", 0x04 }, { "3.0", 0x05 }, { "4.0", 0x06 }, + { "4.1", 0x07 }, { NULL } }; |