disconn_cfm      1253 include/net/bluetooth/hci_core.h 	void (*disconn_cfm)	(struct hci_conn *conn, __u8 status);
disconn_cfm      1281 include/net/bluetooth/hci_core.h 		if (cb->disconn_cfm)
disconn_cfm      1282 include/net/bluetooth/hci_core.h 			cb->disconn_cfm(conn, reason);
disconn_cfm      7686 net/bluetooth/l2cap_core.c 	.disconn_cfm	= l2cap_disconn_cfm,
disconn_cfm      1157 net/bluetooth/sco.c 	.disconn_cfm	= sco_disconn_cfm,