summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_sync.h
AgeCommit message (Expand)Author
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-04-23Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz
2023-04-23Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann