Home | History | Annotate | Download | only in libbluetooth
History log of /src/lib/libbluetooth/bt_dev.c
RevisionDateAuthorComments
 1.5  24-Jun-2023  msaitoh Fix typo in comment.
 1.4  03-Oct-2019  christos Use strlcpy to NUL terminate the name string here. The kernel already
uses strlcpy() to set values in this field. We leave the kernel's strncmp()
alone to maintain compatibility.
 1.3  22-Nov-2010  plunky branches: 1.3.46;
use cached values directly rather than querying device for
features and buffer_size
 1.2  13-Nov-2010  plunky quell some lint warnings
 1.1  03-Aug-2009  plunky Add bt_dev(3), an platform neutral API for accessing (locally configured)
Bluetooth devices, and bump libbluetooth minor version.

This is a reimplementation of an API largely developed by Maksim Yevmenkin
on FreeBSD to make it easier to port BlueZ/Linux programs which depend on
something similar. Alas, the BlueZ/Linux API is incompatible and unportable
as it depends on a 'device' being referenced by an int, but this will
hopefully make it easier to port software using that.

(bump libbluetooth minor version)
 1.3.46.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed