Add bluetooth userspace libraries - bluetooth(3) and sdp(3).
authorHasso Tepper <hasso@dragonflybsd.org>
Thu, 3 Jan 2008 11:47:53 +0000 (11:47 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Thu, 3 Jan 2008 11:47:53 +0000 (11:47 +0000)
commit37f60ad178a13ba78202c1d3ab3aa76f9c3339a6
tree07508bc15bea972d0646e682d7bf5b2d7186dd7a
parent822fb498d80d1cdc194eed114309fb8530eb9f52
Add bluetooth userspace libraries - bluetooth(3) and sdp(3).

Obtained-from: NetBSD
14 files changed:
lib/Makefile
lib/libbluetooth/Makefile [new file with mode: 0644]
lib/libbluetooth/bluetooth.3 [new file with mode: 0644]
lib/libbluetooth/bluetooth.c [new file with mode: 0644]
lib/libbluetooth/bluetooth.h [new file with mode: 0644]
lib/libbluetooth/devaddr.c [new file with mode: 0644]
lib/libsdp/Makefile [new file with mode: 0644]
lib/libsdp/sdp-int.h [new file with mode: 0644]
lib/libsdp/sdp.3 [new file with mode: 0644]
lib/libsdp/sdp.h [new file with mode: 0644]
lib/libsdp/search.c [new file with mode: 0644]
lib/libsdp/service.c [new file with mode: 0644]
lib/libsdp/session.c [new file with mode: 0644]
lib/libsdp/util.c [new file with mode: 0644]