Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dhci_core.h488 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason); member
1210 if (conn->disconn_cfm_cb) in hci_disconn_cfm()
1211 conn->disconn_cfm_cb(conn, reason); in hci_disconn_cfm()
/linux-4.4.14/net/bluetooth/
Dmgmt.c3435 conn->disconn_cfm_cb = NULL; in pairing_complete()
3605 conn->disconn_cfm_cb = pairing_complete_cb; in pair_device()
3609 conn->disconn_cfm_cb = le_pairing_complete_cb; in pair_device()