Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_run_once (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c817 int hci_cmd_sync_run_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run_once() function
825 EXPORT_SYMBOL(hci_cmd_sync_run_once);
H A Dhci_conn.c3065 return hci_cmd_sync_run_once(hdev, abort_conn_sync, conn, NULL); in hci_abort_conn()