Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h146 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason);
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c5556 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync() function
5624 hci_abort_conn_sync(hdev, conn, reason); in hci_disconnect_all_sync()
H A Dhci_conn.c2843 return hci_abort_conn_sync(hdev, conn, conn->abort_reason); in abort_conn_sync()