summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes
2014-02-26Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes
2014-02-26Bluetooth: Refactor HCI connection codeAndre Guedes
2014-02-26Bluetooth: Remove unused functionAndre Guedes
2014-02-26Bluetooth: Stop scanning on LE connectionAndre Guedes
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann
2014-02-23Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg
2014-02-23Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg
2014-02-19Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann
2014-02-18Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg
2014-02-13Bluetooth: Use connection parameters if anyAndre Guedes
2014-02-13Bluetooth: Include security level 4 in connections checkMarcel Holtmann
2014-02-13Bluetooth: Introduce le_conn_failed() helperAndre Guedes
2014-02-13Bluetooth: Save connection interval parameters in hci_connAndre Guedes
2014-02-13Bluetooth: Introduce requirements for security level 4Marcel Holtmann
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann
2013-10-10Bluetooth: Refactor hci_connect_leAndre Guedes
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg
2013-10-03Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes
2013-10-03Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann
2013-08-21Bluetooth: Add SCO connection fallbackFrédéric Dalleau
2013-08-21Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau
2013-08-21Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi