summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-04-251-3/+6
* Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2014-03-191-0/+11
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-13/+13
* Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-281-43/+8
* Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-281-1/+0
* Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-281-0/+13
* Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg2014-02-281-1/+2
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-3/+3
* Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-261-0/+5
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-261-6/+0
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-261-20/+4
* Bluetooth: Remove unused functionAndre Guedes2014-02-261-43/+0
* Bluetooth: Stop scanning on LE connectionAndre Guedes2014-02-261-2/+90
* Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-261-2/+2
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-241-1/+4
* Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg2014-02-231-1/+2
* Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg2014-02-231-1/+7
* Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann2014-02-191-2/+2
* Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2014-02-191-0/+13
* Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg2014-02-181-5/+14
* Bluetooth: Use connection parameters if anyAndre Guedes2014-02-131-2/+10
* Bluetooth: Include security level 4 in connections checkMarcel Holtmann2014-02-131-4/+8
* Bluetooth: Introduce le_conn_failed() helperAndre Guedes2014-02-131-8/+16
* Bluetooth: Save connection interval parameters in hci_connAndre Guedes2014-02-131-2/+4
* Bluetooth: Introduce requirements for security level 4Marcel Holtmann2014-02-131-5/+13
* Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann2014-02-131-2/+4
* Bluetooth: Add definitions for new link key typesMarcel Holtmann2014-02-131-2/+2
* Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann2013-10-191-2/+3
* Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann2013-10-191-6/+1
* Bluetooth: Convert idle timer to use delayed workJohan Hedberg2013-10-161-15/+7
* Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg2013-10-161-8/+6
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2013-10-131-2/+5
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2013-10-131-4/+7
* Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann2013-10-131-1/+4
* Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann2013-10-111-2/+2
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+1
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* Bluetooth: Refactor hci_connect_leAndre Guedes2013-10-101-18/+33
* Bluetooth: Use HCI request for LE connectionAndre Guedes2013-10-101-24/+67
* Bluetooth: Use random address if public address is not availableMarcel Holtmann2013-10-061-0/+4
* Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg2013-10-051-1/+1
* Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes2013-10-031-5/+5
* Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes2013-10-031-13/+13
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-021-0/+3
* Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann2013-09-161-0/+1
* Bluetooth: Add SCO connection fallbackFrédéric Dalleau2013-08-211-8/+36
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-211-5/+19
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-211-6/+2
* Bluetooth: introduce hci_conn ref-countingDavid Herrmann2013-04-171-2/+1
* Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann2013-04-171-16/+1