summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-021-1/+1
* Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina2021-03-161-4/+0
* Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi2021-03-021-0/+10
* Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-2/+18
* Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka2020-12-181-0/+17
* Bluetooth: Resume advertising after LE connectionDaniel Winkler2020-11-091-2/+10
* net: bluetooth: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
* Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman2020-07-301-1/+6
* Bluetooth: Add per-instance adv disable/removeDaniel Winkler2020-07-151-1/+1
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-06-221-0/+17
* Bluetooth: Terminate the link if pairing is cancelledManish Mandlik2020-06-181-3/+8
* Bluetooth: centralize default value initialization.Alain Michaud2020-06-121-10/+4
* Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz2020-05-201-2/+0
* Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-051-4/+21
* Bluetooth: During le_conn_timeout disable EXT_ADVSathish Narsimman2020-02-281-3/+19
* Bluetooth: Remove adv set for directed advertisingSathish Narsimman2020-02-281-0/+10
* Bluetooth: Disable Extended Adv if enabledSathish Narsimman2020-02-181-5/+2
* Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2020-02-141-0/+107
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2019-11-221-1/+3
* Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc2019-10-161-0/+8
* Bluetooth: Use controller sets when availableLuiz Augusto von Dentz2019-07-061-1/+1
* Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad2019-07-061-0/+3
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-221-9/+9
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-04-251-0/+8
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-0/+23
* Bluetooth: Use ext adv for directed advJaganath Kanakkassery2018-07-301-22/+45
* Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery2018-07-301-16/+45
* Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-061-18/+54
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-031-8/+21
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-2/+2
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-1/+1
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-2/+24
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-2/+11
* Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
* Bluetooth: Don't treat connection timeout as a failureJohan Hedberg2015-12-101-2/+10
* Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2015-12-101-1/+5
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-1/+1
* Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg2015-11-191-36/+12
* Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg2015-11-191-6/+6
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-2/+2
* Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2015-11-191-35/+4
* Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg2015-11-191-0/+4
* Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-221-71/+8
* Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-211-2/+3
* Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg2015-10-211-6/+7
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-6/+3
* Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-9/+43
* Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2015-10-161-7/+15