summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann2013-10-191-2/+3
* Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann2013-10-191-6/+1Star
* Bluetooth: Convert idle timer to use delayed workJohan Hedberg2013-10-161-15/+7Star
* Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg2013-10-161-8/+6Star
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2013-10-131-2/+5
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2013-10-131-4/+7
* Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann2013-10-131-1/+4
* Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann2013-10-111-2/+2
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+1
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* Bluetooth: Refactor hci_connect_leAndre Guedes2013-10-101-18/+33
* Bluetooth: Use HCI request for LE connectionAndre Guedes2013-10-101-24/+67
* Bluetooth: Use random address if public address is not availableMarcel Holtmann2013-10-061-0/+4
* Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg2013-10-051-1/+1
* Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes2013-10-041-5/+5
* Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes2013-10-041-13/+13
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-021-0/+3
* Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann2013-09-161-0/+1
* Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-211-8/+36
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-211-5/+19
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-211-6/+2Star
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-2/+1Star
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-16/+1Star
* Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi2013-04-111-0/+12
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-3/+3
* Bluetooth: Rename hci_acl_disconnAndre Guedes2013-03-081-2/+2
* Bluetooth: Fix hci_conn timeout routineAndre Guedes2013-01-311-3/+3
* Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko2012-11-011-0/+2
* Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2012-11-011-0/+3
* Bluetooth: Add state to hci_chanMat Martineau2012-10-241-0/+1
* Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-111-0/+32
* Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-111-3/+29
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-241-38/+62
|\
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-3/+1Star
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+2
* | Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-08-271-0/+4
|/
* Bluetooth: Route traffic only through BR/EDR controllerAndrei Emeltchenko2012-06-301-1/+2
* Bluetooth: Improve debugging messages for hci_connAndrei Emeltchenko2012-06-301-22/+22
* Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek2012-06-051-0/+5
* Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2012-06-051-0/+4
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-051-18/+18
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-051-5/+0Star