Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dhci_core.h787 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason); member
1985 if (conn->disconn_cfm_cb) in hci_disconn_cfm()
1986 conn->disconn_cfm_cb(conn, reason); in hci_disconn_cfm()
/linux-6.6.21/net/bluetooth/
Dmgmt.c3398 conn->disconn_cfm_cb = NULL; in pairing_complete()
3567 conn->disconn_cfm_cb = pairing_complete_cb; in pair_device()
3571 conn->disconn_cfm_cb = le_pairing_complete_cb; in pair_device()