aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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