aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann1-1/+1
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg1-0/+1
2014-10-28Bluetooth: Fix check for direct advertisingJohan Hedberg1-1/+1
2014-10-28Bluetooth: Fix LE connection timeout deadlockJohan Hedberg1-1/+1
2014-10-25Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick1-3/+4
2014-10-25Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta1-0/+3
2014-09-25Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg1-3/+3
2014-09-24Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg1-12/+11
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg1-1/+1
2014-09-23Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler1-5/+17
2014-09-08Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg1-19/+13
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg1-2/+2
2014-09-08Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg1-4/+1
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg1-0/+6
2014-09-08Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg1-0/+3
2014-09-08Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg1-1/+3
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg1-0/+1
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-0/+8
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg1-2/+2
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg1-1/+1
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg1-0/+3
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg1-1/+2
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-8/+9
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+4
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-7/+6
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg1-0/+10
2014-07-08Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg1-3/+12
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg1-2/+2
2014-07-07Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg1-2/+4
2014-07-07Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg1-4/+1
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg1-1/+3
2014-07-03Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg1-2/+7
2014-07-03Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann1-2/+2
2014-07-03Bluetooth: Use LE connection parameters if knownMarcel Holtmann1-1/+6
2014-07-03Bluetooth: Store latency and supervision timeout in connection paramsMarcel Holtmann1-2/+14
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann1-7/+0
2014-07-03Bluetooth: Send HCI_Read_Clock_Offset before disconnectingMarcel Holtmann1-0/+19
2014-07-03Bluetooth: Remove unneeded hci_conn_disconnect abstractionMarcel Holtmann1-16/+6
2014-07-03Bluetooth: Remove reason parameter from hci_amp_disconn functionMarcel Holtmann1-4/+5
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg1-10/+33
2014-06-20Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski1-1/+11
2014-06-13Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-06-13Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg1-5/+0
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+3
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg1-0/+1
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek1-0/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek1-0/+1
2014-04-25Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-03-26Bluetooth: Add directed advertising support through connect()Johan Hedberg1-8/+69