summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/include/ng_btsocket.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
| | | | | | 'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
| | | | Notes: svn path=/head/; revision=139823
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.Julian Elischer2004-08-201-6/+1
| | | | | | | | | | | | | requires a recompile of netgraph users. Also change the size of a field in the bluetooth code that was waiting for the next change that needed recompiles so it could piggyback its way in. Submitted by: jdp, maksim MFC after: 2 days Notes: svn path=/head/; revision=134057
* Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-101-9/+1
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=129079
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-261-1/+6
| | | | | | | | | | problem here still to be solved: the sockaddr_hci has still a 16 byte field for the node name. The code currently does not correctly use the length field in the sockaddr to handle the address length, so node names get truncated to 15 characters when put into a sockaddr_hci. Notes: svn path=/head/; revision=125037
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-141-1/+1
| | | | | | | | | | the rest of Netgraph code. Reviewed by: imp, ru Approved by: imp (mentor) Notes: svn path=/head/; revision=122634
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-36/+56
| | | | | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ Notes: svn path=/head/; revision=114878
* The second try a committing the bluetooth codeJulian Elischer2002-11-201-0/+319
Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re Notes: svn path=/head/; revision=107120