aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth
Commit message (Collapse)AuthorAgeFilesLines
* MFC r192113Maksim Yevmenkin2009-05-291-11/+14
| | | | | | | | | Avoid floating point arithmetic while calculating iquiry length. Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net > Notes: svn path=/stable/7/; revision=193061
* MFC r191388Maksim Yevmenkin2009-05-044-19/+836
| | | | | | | | | | | | Implement low-level Bluetooth HCI API. This should make it easier to make Linux BlueZ libhci port. Reviewed by: Iain Hibbert < plunky -at- rya-online -dot- net > of NetBSD Inspired by: Linux BlueZ Inspired by: NetBSD Notes: svn path=/stable/7/; revision=191797
* MFC r189462Maksim Yevmenkin2009-03-186-8/+548
| | | | | | | | | | | | | MFC is ahead of schedule due to request. Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD. Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD Requested by: Bruce Simpson bms -at- incunabulum -dot- net Tested by: Bruce Simpson bms -at- incunabulum -dot- net Notes: svn path=/stable/7/; revision=189989
* MFC SVN rev 181698Maksim Yevmenkin2008-08-283-2/+67
| | | | | | | | | | Import handy shorthand Bluetooth address (BD_ADDR) utility functions from NetBSD and document them. Obtained from: NetBSD Notes: svn path=/stable/7/; revision=182407
* 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