Home
last modified time | relevance | path

Searched refs:HCI_ERROR_REMOTE_USER_TERM (Results 1 – 8 of 8) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c665 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in le_conn_timeout()
1060 reason = HCI_ERROR_REMOTE_USER_TERM; in hci_conn_cleanup_child()
H A Dl2cap_core.c591 conn->disc_reason = HCI_ERROR_REMOTE_USER_TERM; in __l2cap_chan_add()
6860 conn->disc_reason = HCI_ERROR_REMOTE_USER_TERM; in l2cap_conn_add()
7253 return HCI_ERROR_REMOTE_USER_TERM; in l2cap_disconn_ind()
H A Dmgmt.c3003 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in unpair_device_sync()
3164 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in disconnect_sync()
3675 hci_abort_conn(conn, HCI_ERROR_REMOTE_USER_TERM); in cancel_pair_device()
H A Dsmp.c1382 hci_disconnect(conn->hcon, HCI_ERROR_REMOTE_USER_TERM); in smp_timeout()
H A Dhci_core.c3410 hci_disconnect(c, HCI_ERROR_REMOTE_USER_TERM); in hci_link_tx_to()
H A Dhci_event.c3341 case HCI_ERROR_REMOTE_USER_TERM: in hci_to_mgmt_reason()
/linux/include/net/bluetooth/
H A Dhci.h681 #define HCI_ERROR_REMOTE_USER_TERM 0x13 macro
H A Dhci_core.h2003 return HCI_ERROR_REMOTE_USER_TERM; in hci_proto_disconn_ind()