hci_disconnect    907 include/net/bluetooth/hci_core.h int hci_disconnect(struct hci_conn *conn, __u8 reason);
hci_disconnect   3891 net/bluetooth/hci_core.c 			hci_disconnect(c, HCI_ERROR_REMOTE_USER_TERM);
hci_disconnect   2347 net/bluetooth/hci_event.c 	hci_disconnect(conn, HCI_ERROR_AUTH_FAILURE);
hci_disconnect   2978 net/bluetooth/hci_event.c 		hci_disconnect(conn, HCI_ERROR_AUTH_FAILURE);
hci_disconnect   4336 net/bluetooth/hci_event.c 		hci_disconnect(conn, HCI_ERROR_AUTH_FAILURE);
hci_disconnect   2558 net/bluetooth/mgmt.c 	err = hci_disconnect(conn, HCI_ERROR_REMOTE_USER_TERM);
hci_disconnect   1371 net/bluetooth/smp.c 	hci_disconnect(conn->hcon, HCI_ERROR_REMOTE_USER_TERM);
hci_disconnect   3127 net/bluetooth/smp.c 		hci_disconnect(chan->conn->hcon, HCI_ERROR_AUTH_FAILURE);