Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_sync.h126 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason);
/Linux-v6.6/net/bluetooth/
Dhci_sync.c5368 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync() function
5451 hci_abort_conn_sync(hdev, conn, reason); in hci_disconnect_all_sync()
Dhci_conn.c2910 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()
Dmgmt.c2987 return hci_abort_conn_sync(hdev, conn, HCI_ERROR_REMOTE_USER_TERM); in unpair_device_sync()