summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/hci
Commit message (Collapse)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
| | | | No functional change.
* Fix encryption error handling.takawata2015-11-071-4/+6
| | | | Close l2cap connection on encryption error.
* Bluetooth LE Security Management channel support.takawata2015-10-273-1/+34
| | | | | | Add a socket option to block until underlying HCI connection encrypted. Differential Revision: https://reviews.freebsd.org/D3981
* Initial Bluetooth LE support.takawata2015-04-077-36/+588
| | | | | | | | | Note that sockaddr_l2cap structure is changed , check socket address to initialize new structure member and define L2CAP_SOCKET_CHECKED before including ng_btsocket.h Differential Revision: https://reviews.freebsd.org/D2021 Reviewed by:emax
* Fix several typoseadler2013-05-121-1/+1
| | | | | | PR: kern/176054 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-054-8/+8
| | | | | | | | | malloc(9) flags within sys. Exceptions: - sys/contrib not touched - sys/mbuf.h edited manually
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-4/+1
| | | | | | | context always. Convert nodes to consistently use M_WAITOK flag for memory allocation. Reviewed by: julian
* Change message severity level from WARN to INFO. This should reduceemax2008-12-241-1/+1
| | | | | | amount of messages sent to syslog MFC after: 1 week
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-6/+6
| | | | MFC after: 3 months
* /* -> /*- for license, minor formatting changesimp2005-01-0711-11/+33
|
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-6/+6
| | | | | | | This is done to keep both versions in RELENG_5 and support both APIs. Reviewed by: scottl Approved by: julian (mentor), implicitly
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-033-10/+10
| | | | Submitted by: glebius
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Address few style issues pointed out by bdeemax2004-04-275-36/+36
| | | | Reviewed by: bde, ru
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-094-12/+12
| | | | Submitted by: ps
* Change double include protection style in headers to matchemax2003-11-145-5/+5
| | | | | | | the rest of Netgraph code. Reviewed by: imp, ru Approved by: imp (mentor)
* Update Bluetooth code.emax2003-10-125-125/+162
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1012-205/+128
| | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
* Back out M_* changes, per decision of the TRB.imp2003-02-194-9/+9
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-9/+9
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* The second try a committing the bluetooth codejulian2002-11-2012-0/+5532
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
OpenPOWER on IntegriCloud