blob: f1da4c9ce7440244e24d0fc909636706822a9a8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
ver 2.0:
Additional company IDs.
Minor fixes.
ver 2.0-pre10:
Fix hci_inquiry function to return errors and accept user buffers.
New functions hci_devba, hci_devid, hci_for_each_dev and hci_get_route.
Additional company IDs.
Makefile and other minor fixes.
ver 2.0-pre9:
LMP features to string translation support.
Additional HCI command and event defines.
Extended hci_filter API.
ver 2.0-pre8:
Additional HCI ioctls and defines.
All strings and buffers are allocated dynamically.
ba2str, str2ba automatically swap bdaddress.
Minor fixes and cleanup.
ver 2.0-pre7:
Bluetooth libraries and header files is now a separate package.
New build environment uses automake and libtool.
Massive header files cleanup.
ver 2.0-pre6:
API cleanup and additions.
ver 2.0-pre4:
HCI filter enhancements.
ver 2.0-pre3:
Cleanup.
ver 2.0-pre2:
Additional HCI library functions.
Documentation update.
ver 2.0-pre1:
Minor fixes and improvements.
|