Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_cancel (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h67 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err);
/linux-6.15/drivers/bluetooth/
H A Dbtusb.c1426 hci_cmd_sync_cancel(hdev, -err); in btusb_intr_complete()
1479 hci_cmd_sync_cancel(hdev, -err); in btusb_submit_intr_urb()
1868 hci_cmd_sync_cancel(hdev, -urb->status); in btusb_tx_complete()
H A Dbtmtk.c1161 hci_cmd_sync_cancel(hdev, -err); in btmtk_intr_complete()
/linux-6.15/net/bluetooth/
H A Dhci_sync.c664 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel() function
675 EXPORT_SYMBOL(hci_cmd_sync_cancel);
H A Dhci_conn.c2889 hci_cmd_sync_cancel(hdev, ECANCELED); in hci_abort_conn()