Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.h112 int hci_abort_conn(struct hci_conn *conn, u8 reason);
Dhci_conn.c258 return hci_abort_conn(conn, reason); in hci_disconnect()
431 hci_abort_conn(conn, hci_proto_disconn_ind(conn)); in hci_conn_timeout()
517 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in le_conn_timeout()
Dhci_request.c2861 int hci_abort_conn(struct hci_conn *conn, u8 reason) in hci_abort_conn() function
Dmgmt.c2554 err = hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in unpair_device()
3083 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in cancel_pair_device()