History log of /netbsd-src/lib/libbluetooth/bt_dev.3 (Results 1 – 4 of 4)
Revision Date Author Comments
# aae8472c 22-Jan-2016 plunky <plunky@NetBSD.org>

correct comment in literal section


# 20dc194f 25-Oct-2011 plunky <plunky@NetBSD.org>

remove trailing comma in NAME section


# 835184f2 03-Aug-2009 wiz <wiz@NetBSD.org>

Formatting nits.


# bd42c2e8 03-Aug-2009 plunky <plunky@NetBSD.org>

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 Yev

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)

show more ...