Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h545 int (*disconn_cfm) (struct hci_conn *conn, __u8 reason); member
604 if (hp && hp->disconn_cfm) in hci_proto_disconn_cfm()
605 hp->disconn_cfm(conn, reason); in hci_proto_disconn_cfm()
608 if (hp && hp->disconn_cfm) in hci_proto_disconn_cfm()
609 hp->disconn_cfm(conn, reason); in hci_proto_disconn_cfm()
/linux-2.6.39/net/bluetooth/
Dsco.c1022 .disconn_cfm = sco_disconn_cfm,
Dl2cap_core.c4007 .disconn_cfm = l2cap_disconn_cfm,