summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes2013-04-181-2/+2
* Bluetooth: Add reading of all local feature pagesJohan Hedberg2013-04-181-0/+2
* Bluetooth: Track feature pages in a single tableJohan Hedberg2013-04-181-28/+30
* Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau2013-04-181-36/+0
* Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery2013-04-181-1/+12
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-4/+0
* Bluetooth: Fix SCO connection referenceClaudio Takahasi2013-04-111-1/+0
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-18/+18
* Bluetooth: Add support for custom event terminated commandsJohan Hedberg2013-04-041-1/+10
* Bluetooth: Track received events in hdevJohan Hedberg2013-04-041-0/+12
* Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2013-04-041-0/+5
* Bluetooth: Fix HCI request frameworkAndre Guedes2013-04-041-5/+1
* Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg2013-03-181-0/+43
* Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-181-0/+32
* Bluetooth: Handle AD updating through an async requestJohan Hedberg2013-03-181-10/+9
* Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg2013-03-181-1/+1
* Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg2013-03-181-2/+1
* Bluetooth: Fix endianness handling of cmd_status/complete opcodesJohan Hedberg2013-03-091-4/+4
* Bluetooth: Remove empty HCI event handlersJohan Hedberg2013-03-081-164/+0
* Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2013-03-081-74/+4
* Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2013-03-081-0/+7
* Bluetooth: Split HCI init sequence into three stagesJohan Hedberg2013-03-081-253/+2
* Bluetooth: Rename hci_acl_disconnAndre Guedes2013-03-081-2/+2
* Bluetooth: Remove unneeded lockingAndre Guedes2013-02-011-4/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-301-0/+60
|\
| * Bluetooth: Add support for reading LE supported statesJohan Hedberg2013-01-231-0/+20
| * Bluetooth: Add support for reading LE White List SizeJohan Hedberg2013-01-231-0/+20
| * Bluetooth: Add LE Local Features reading supportJohan Hedberg2013-01-231-0/+20
* | Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-01-091-1/+1
|/
* Bluetooth: Move double negation to macrosGustavo Padovan2012-12-031-2/+2
* Bluetooth: Implement deferred sco socket setupFrédéric Dalleau2012-12-031-4/+48
* Bluetooth: Fix updating advertising state flags and dataJohan Hedberg2012-11-181-0/+31
* Bluetooth: Add support for setting LE advertising dataJohan Hedberg2012-11-181-1/+10
* Bluetooth: Use proper invalid value for tx_powerJohan Hedberg2012-11-181-0/+2
* Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2012-11-011-13/+2
* Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko2012-11-011-4/+13
* Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko2012-11-011-0/+26
* Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko2012-11-011-0/+28
* Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko2012-11-011-0/+9
* Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-011-1/+0
* Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2012-11-011-0/+42
* Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko2012-11-011-0/+55
* Bluetooth: Fix setting host feature bits for SSPJohan Hedberg2012-11-011-3/+10
* Bluetooth: Make use feature test macrosJohan Hedberg2012-11-011-13/+13
* Bluetooth: Fix updating host feature bits for LEJohan Hedberg2012-11-011-0/+5
* Bluetooth: Replace *_init() for *_setup()Gustavo Padovan2012-10-241-4/+4
* Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg2012-10-241-0/+20
* Bluetooth: Add setting of the LE event maskJohan Hedberg2012-10-241-0/+20
* Bluetooth: Add initial support for LE-only controllersJohan Hedberg2012-10-241-5/+53
* Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2012-10-111-0/+1