Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/bluetooth/
Dhci_sync.h76 int hci_cmd_sync_run(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.14.4/net/bluetooth/
Dhci_sync.c794 int hci_cmd_sync_run(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run() function
809 EXPORT_SYMBOL(hci_cmd_sync_run);
823 return hci_cmd_sync_run(hdev, func, data, destroy); in hci_cmd_sync_run_once()