summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz1-0/+1
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-45/+1
2024-05-30Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu1-3/+3
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-0/+1
2024-05-02Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz1-0/+4
2024-05-02Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz1-1/+3
2024-05-02Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu1-2/+3
2024-05-02Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz1-0/+19
2024-05-02Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz1-2/+3
2024-05-02Bluetooth: Remove pending ACL connection attemptsJonas Dreßler1-1/+0
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-0/+1
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz1-1/+0
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu1-0/+24
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
2023-12-15Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz1-2/+2
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-1/+5
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu1-23/+20
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu1-1/+24
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-1/+3
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-3/+3
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu1-2/+28
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen1-2/+2
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz1-0/+21
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-0/+1
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-0/+4
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-0/+25
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-3/+2
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen1-1/+3
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-0/+30
2023-08-11Bluetooth: Check for ISO support in controllerClaudia Draghicescu1-0/+1
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann1-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-0/+5
2023-06-06Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-1/+2
2023-06-06Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-05-20Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li1-1/+1
2023-04-24Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz1-1/+11
2023-04-24Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz1-2/+12
2023-04-24Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz1-0/+4
2023-04-24Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu1-4/+5
2023-04-24Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi1-0/+14
2023-04-24Bluetooth: hci_core: Make hci_conn_hash_add append to the listLuiz Augusto von Dentz1-1/+1
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-0/+1
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2022-12-13Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter1-0/+3
2022-12-13Bluetooth: Add quirk to disable extended scanningSven Peter1-1/+3
2022-12-13Bluetooth: btusb: Introduce generic USB resetArchie Pusaka1-0/+1