Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_cancel_sync (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h68 void hci_cmd_sync_cancel_sync(struct hci_dev *hdev, int err);
/linux-6.15/net/bluetooth/
H A Dhci_core.c1455 hci_cmd_sync_cancel_sync(hdev, ETIMEDOUT); in hci_cmd_timeout()
2789 hci_cmd_sync_cancel_sync(hdev, err); in hci_cancel_cmd_sync()
4062 hci_cmd_sync_cancel_sync(hdev, -err); in hci_send_cmd_sync()
H A Dhci_sync.c682 void hci_cmd_sync_cancel_sync(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel_sync() function
696 EXPORT_SYMBOL(hci_cmd_sync_cancel_sync);
5168 hci_cmd_sync_cancel_sync(hdev, ENODEV); in hci_dev_close_sync()
H A Dmgmt.c1416 hci_cmd_sync_cancel_sync(hdev, -EHOSTDOWN); in set_powered()