Home
last modified time | relevance | path

Searched refs:connect_cfm_cb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h252 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status); member
579 if (conn->connect_cfm_cb) in hci_proto_connect_cfm()
580 conn->connect_cfm_cb(conn, status); in hci_proto_connect_cfm()
/linux-2.6.39/net/bluetooth/
Dmgmt.c1115 conn->connect_cfm_cb = NULL; in pairing_complete()
1175 if (conn->connect_cfm_cb) { in pair_device()
1188 conn->connect_cfm_cb = pairing_complete_cb; in pair_device()