History log of /netbsd/usr.bin/bthset/bthset.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 827b28e1 06-Mar-2016 plunky <plunky@NetBSD.org>

use correct offset for channel in SDP record


# 85ebf103 15-Mar-2012 joerg <joerg@NetBSD.org>

Add __printflike attribution to use vprintf and friends with an argument
as format string.


# d8984a5a 29-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# 18698f4e 25-Aug-2011 joerg <joerg@NetBSD.org>

Avoid using non-literal format strings. Fix verbose option -- va_list is
passed by reference and vprintf would have processed all arguments
already.


# 1b7404b7 12-May-2009 plunky <plunky@NetBSD.org>

update to use the new service discovery API


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# d141d2a0 16-Sep-2007 ragge <ragge@NetBSD.org>

Needs errno.h if !gcc.


# 30d63321 26-Jul-2006 tron <tron@NetBSD.org>

Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hand

Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.

show more ...


# a5c89047 19-Jun-2006 gdamore <gdamore@NetBSD.org>

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack inc

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

show more ...