aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz1-0/+11
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen1-6/+1
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix1-0/+76
2022-08-25Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix1-11/+75
2022-08-08Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz1-9/+2
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-53/+508
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-0/+440
2022-07-21Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz1-1/+1
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud1-0/+3
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz1-2/+3
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz1-1/+1
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-8/+24
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche1-0/+2
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-0/+1
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz1-291/+14
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz1-10/+0
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-2/+2
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz1-3/+3
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