summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann1-2/+2
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann1-0/+13
2014-02-18Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg1-5/+14
2014-02-13Bluetooth: Use connection parameters if anyAndre Guedes1-2/+10
2014-02-13Bluetooth: Include security level 4 in connections checkMarcel Holtmann1-4/+8
2014-02-13Bluetooth: Introduce le_conn_failed() helperAndre Guedes1-8/+16
2014-02-13Bluetooth: Save connection interval parameters in hci_connAndre Guedes1-2/+4
2014-02-13Bluetooth: Introduce requirements for security level 4Marcel Holtmann1-5/+13
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann1-2/+4
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann1-2/+2
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann1-2/+3
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann1-6/+1
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg1-15/+7
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg1-8/+6
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann1-2/+5
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann1-4/+7
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-1/+4
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-1/+1
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-10Bluetooth: Refactor hci_connect_leAndre Guedes1-18/+33
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes1-24/+67
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann1-0/+4
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg1-1/+1
2013-10-04Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes1-5/+5
2013-10-04Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes1-13/+13
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg1-0/+3
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann1-0/+1
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau1-8/+36
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau1-5/+19
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau1-6/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-2/+1
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-16/+1
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-2/+2
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes1-3/+3
2012-11-02Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-02Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg1-0/+3
2012-10-24Bluetooth: Add state to hci_chanMat Martineau1-0/+1
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-0/+32
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-3/+29
2012-09-28Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-3/+3
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-38/+62
2012-09-09Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-08-27Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes1-0/+4
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes1-5/+6
2012-08-15Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes1-1/+1
2012-08-15Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes1-4/+7
2012-08-15Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes1-14/+19