index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
/
hci_sync.h
Age
Commit message (
Expand
)
Author
2024-07-15
Bluetooth: hci_sync: Remove remaining dependencies of hci_request
Luiz Augusto von Dentz
2024-07-15
Bluetooth: hci_core: Don't use hci_prepare_cmd
Luiz Augusto von Dentz
2024-07-15
Bluetooth: hci_core: Remove usage of hci_req_sync
Luiz Augusto von Dentz
2024-07-14
Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connection
Luiz Augusto von Dentz
2024-06-28
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
2024-03-06
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
2024-03-06
Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
Luiz Augusto von Dentz
2024-03-06
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
2024-03-06
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
2024-03-06
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
2023-10-23
Bluetooth: ISO: Fix BIS cleanup
Iulia Tanasescu
2023-08-11
Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
Luiz Augusto von Dentz
2023-08-11
Bluetooth: ISO: do not emit new LE Create CIS if previous is pending
Pauli Virtanen
2023-04-23
Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running
Luiz Augusto von Dentz
2023-04-23
Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHED
Luiz Augusto von Dentz
2022-08-25
Bluetooth: convert hci_update_adv_data to hci_sync
Brian Gix
2022-08-25
Bluetooth: move hci_get_random_address() to hci_sync
Brian Gix
2022-08-25
Bluetooth: Move Adv Instance timer to hci_sync
Brian Gix
2022-07-22
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-22
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
2022-07-22
Bluetooth: Remove update_scan hci_request dependancy
Brian Gix
2022-07-21
Bluetooth: mgmt: Fix using hci_conn_abort
Luiz Augusto von Dentz
2021-12-22
Bluetooth: hci_sync: Add hci_le_create_conn_sync
Luiz Augusto von Dentz
2021-12-22
Bluetooth: hci_sync: Push sync command cancellation to workqueue
Benjamin Berg
2021-12-03
Bluetooth: Add hci_cmd_sync_cancel to public API
Benjamin Berg
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync
Luiz Augusto von Dentz
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_sync
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Rework hci_suspend_notifier
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Rework init stages
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SSP
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAME
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATA
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_LE
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFO
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONN
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFO
Brian Gix
2021-10-29
Bluetooth: hci_sync: Enable synch'd set_bredr
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLE
Brian Gix
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERY
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Convert MGMT_SET_POWERED
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Enable advertising when LL privacy is enabled
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2
Luiz Augusto von Dentz
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1
Luiz Augusto von Dentz
2021-10-29
Bluetooth: Add helper for serialized HCI command execution
Marcel Holtmann