summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unneeded lockingAndre Guedes2013-02-011-4/+0Star
* 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-191-0/+31
* Bluetooth: Add support for setting LE advertising dataJohan Hedberg2012-11-191-1/+10
* Bluetooth: Use proper invalid value for tx_powerJohan Hedberg2012-11-191-0/+2
* Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2012-11-011-13/+2Star
* 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/+0Star
* 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
* Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko2012-10-111-2/+23
* Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko2012-09-281-1/+1
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-8/+7Star
* Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2012-09-271-1/+1
* Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko2012-09-271-0/+20
* Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko2012-09-271-0/+21
* Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2012-09-271-0/+29
* Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko2012-09-271-0/+9
* Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko2012-09-271-0/+41
* Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2012-09-271-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-241-6/+93
|\
| * Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-191-0/+67
| * Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-211-3/+23
| * Bluetooth: Fix minor coding style in hci_event.cMikel Astiz2012-08-211-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-6/+22
|\ \ | |/ |/|
| * Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany2012-08-061-0/+2
| * Bluetooth: Fix using a NULL inquiry cache entryRam Malovany2012-08-061-5/+11
| * Bluetooth: Fix using NULL inquiry entryRam Malovany2012-08-061-0/+3
| * Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-08-061-1/+6
* | Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes2012-08-061-13/+9Star
* | Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes2012-08-061-2/+2
* | Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes2012-08-061-8/+3Star
* | Bluetooth: Refactor hci_cs_le_create_connAndre Guedes2012-08-061-14/+16