Searched refs:hci_cmd_sync_queue_once (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/include/net/bluetooth/ |
D | hci_sync.h | 74 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
|
/linux-6.14.4/net/bluetooth/ |
D | hci_sync.c | 779 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue_once() function 787 EXPORT_SYMBOL(hci_cmd_sync_queue_once); 3184 return hci_cmd_sync_queue_once(hdev, update_passive_scan_sync, NULL, in hci_update_passive_scan() 6822 return hci_cmd_sync_queue_once(hdev, hci_acl_create_conn_sync, conn, in hci_connect_acl_sync() 6859 return hci_cmd_sync_queue_once(hdev, hci_le_create_conn_sync, conn, in hci_connect_le_sync()
|
D | hci_conn.c | 2251 return hci_cmd_sync_queue_once(hdev, big_create_sync, in hci_le_big_create_sync_pending()
|