aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-26Bluetooth: Move local identity address setting to a central placeJohan Hedberg1-0/+4
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann1-0/+11
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-13/+13
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg1-43/+8
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg1-1/+0
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg1-0/+13
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg1-1/+2
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann1-3/+3
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes1-0/+5
2014-02-26Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes1-6/+0
2014-02-26Bluetooth: Refactor HCI connection codeAndre Guedes1-20/+4
2014-02-26Bluetooth: Remove unused functionAndre Guedes1-43/+0
2014-02-26Bluetooth: Stop scanning on LE connectionAndre Guedes1-2/+90
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes1-2/+2
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann1-1/+4
2014-02-23Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg1-1/+2
2014-02-23Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg1-1/+7
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