summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_sync.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz1-4/+6
2024-03-07Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz1-0/+12
2024-03-07Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz1-2/+1
2024-03-07Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler1-0/+3
2024-03-07Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz1-1/+1
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu1-0/+2
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz1-0/+3
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen1-1/+1
2023-04-24Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz1-0/+2
2023-04-24Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz1-0/+2
2022-08-26Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix1-0/+1
2022-08-26Bluetooth: move hci_get_random_address() to hci_syncBrian Gix1-0/+5
2022-08-26Bluetooth: Move Adv Instance timer to hci_syncBrian Gix1-1/+2
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-1/+11
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-0/+3
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix1-0/+1
2022-07-22Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz1-0/+2
2021-12-23Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz1-0/+4
2021-12-23Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg1-0/+1
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg1-0/+1
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz1-0/+2
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz1-0/+3
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz1-0/+3
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix1-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz1-0/+6
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz1-0/+1
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz1-0/+2
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz1-0/+20
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz1-0/+3
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann1-0/+42