aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Bluetooth: Add support for msbc coding formatKiran K1-0/+26
2021-09-07Bluetooth: Configure codec for HFP offload use caseKiran K1-0/+4
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K1-3/+102
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz1-14/+19
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka1-4/+4
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka1-1/+1
2021-06-02Bluetooth: Fix spelling mistakesZheng Yongjun1-1/+1
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina1-4/+0
2021-03-02Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi1-0/+10
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedYu Liu1-2/+18
2020-12-18Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka1-0/+17
2020-11-09Bluetooth: Resume advertising after LE connectionDaniel Winkler1-2/+10
2020-09-18net: bluetooth: delete duplicated wordsRandy Dunlap1-1/+1
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-1/+6
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler1-1/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz1-0/+17
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik1-3/+8
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud1-10/+4
2020-05-20Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz1-2/+0
2020-04-05Bluetooth: add support to notify using SCO air modeSathish Narsimman1-4/+21
2020-02-28Bluetooth: During le_conn_timeout disable EXT_ADVSathish Narsimman1-3/+19
2020-02-28Bluetooth: Remove adv set for directed advertisingSathish Narsimman1-0/+10
2020-02-18Bluetooth: Disable Extended Adv if enabledSathish Narsimman1-5/+2
2020-02-14Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz1-0/+107
2019-11-22Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc1-0/+8
2019-07-06Bluetooth: Use controller sets when availableLuiz Augusto von Dentz1-1/+1
2019-07-06Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad1-0/+3
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann1-9/+9
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery1-0/+23
2018-07-30Bluetooth: Use ext adv for directed advJaganath Kanakkassery1-22/+45
2018-07-30Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery1-16/+45
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery1-18/+54
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-8/+21
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-2/+2
2017-10-29Bluetooth: Fix potential memory leakJaganath Kanakkassery1-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg1-2/+24
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg1-2/+11
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg1-2/+2
2015-12-10Bluetooth: Don't treat connection timeout as a failureJohan Hedberg1-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg1-1/+5
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-1/+1
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg1-2/+2
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg1-35/+4
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg1-0/+4
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg1-8/+3