summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btdev.h
AgeCommit message (Expand)Author
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2010-04-28allow for vendor-id and product-id properties, passing themplunky
2008-03-28Use deviter API to search for child devices.plunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2006-10-04Internally, use the service name as the identifier for matchingplunky
2006-09-11also include service name in dictionary being sent to kernel.plunky
2006-09-10update to bluetooth device attachment:plunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore