aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth
Commit message (Collapse)AuthorAgeFilesLines
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-073-1/+3
| | | | | | | This will fix build. Notes: svn path=/head/; revision=281210
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+2
| | | | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235286
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Add the following Linux BlueZ compatibility macros: htobs(), htobl(),Maksim Yevmenkin2010-09-221-0/+4
| | | | | | | | | | | btohs() and btohl() PR: kern/136386 Submitted by: Monty Hall < kungfu_disciple at sbcglobal dot net > MFC after: 1 week Notes: svn path=/head/; revision=213042
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Spelling fixes.Joel Dahl2010-08-031-2/+2
| | | | Notes: svn path=/head/; revision=210823
* Fix typo in bluetooth.3Maksim Yevmenkin2009-10-262-3/+3
| | | | | | | | | Do not use reserved C++ keyword "new" MFC after: 1 month Notes: svn path=/head/; revision=198492
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Avoid floating point arithmetic while calculating iquiry length.Maksim Yevmenkin2009-05-141-11/+14
| | | | | | | | Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net > MFC after: 1 week Notes: svn path=/head/; revision=192113
* Implement low-level Bluetooth HCI API.Maksim Yevmenkin2009-04-224-19/+836
| | | | | | | | | | | | This should make it easier to make Linux BlueZ libhci port. Reviewed by: Iain Hibbert < plunky -at- rya-online -dot- net > of NetBSD MFC after: 1 week Inspired by: Linux BlueZ Inspired by: NetBSD Notes: svn path=/head/; revision=191388
* Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD.Maksim Yevmenkin2009-03-066-8/+548
| | | | | | | | Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD MFC after: 1 month Notes: svn path=/head/; revision=189462
* Import handy shorthand Bluetooth address (BD_ADDR) utility functionsMaksim Yevmenkin2008-08-133-2/+67
| | | | | | | | | | from NetBSD and document them. Obtained from: NetBSD MFC after: 1 week Notes: svn path=/head/; revision=181698
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Fix typo in comments (spell Linux correctly)Maksim Yevmenkin2005-03-171-1/+1
| | | | | | | | Submitted by: Markus Brueffer < markus at brueffer dot de > MFC after: 3 days Notes: svn path=/head/; revision=143767
* Fixed xref.Ruslan Ermilov2005-01-211-1/+1
| | | | Notes: svn path=/head/; revision=140568
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
| | | | Notes: svn path=/head/; revision=140505
* Revert last delta. The ASCII code 0 character is "NUL",Ruslan Ermilov2005-01-131-2/+2
| | | | | | | not "NULL", see ascii(7). Notes: svn path=/head/; revision=140170
* Fix typo: NUL -> NULLMaksim Yevmenkin2005-01-041-2/+2
| | | | | | | | Submitted by: Markus Brueffer < markus AT brueffer DOT de > MFC after: 3 days Notes: svn path=/head/; revision=139684
* Unbreak a whatis(1) entry by fixing the NAME section.Ruslan Ermilov2004-07-051-14/+10
| | | | | | | Minor markup and grammar nits. Notes: svn path=/head/; revision=131631
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131504
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
| | | | | | | | | | | | | | | | | | that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64 Notes: svn path=/head/; revision=126643
* Update Bluetooth code.Maksim Yevmenkin2003-10-124-0/+770
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054