History log of /freebsd-9.3-release/usr.sbin/bluetooth/bthidcontrol/sdp.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 212296 07-Sep-2010 emax

Do not request SDP attributes using ranges.
Apparently some devices do not like it.

MFC after: 1 week
Tested by: Buganini < buganini at gmail dot com >


# 155516 10-Feb-2006 markus

- Fix attribute id of HIDBatteryPower
- Fix two typos in comments

Approved by: emax


# 128080 09-Apr-2004 emax

Start committing Bluetooth HID (Human Interface Device) support.
Note: bthidd(8) is still not complete. Need to commit kernel
support (a-la Linux /dev/input) to feed HID events into kernel.
Also need to write bthidd(8) and bthidd.conf(5) man pages.