Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_core.h771 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason); member
1796 if (conn->disconn_cfm_cb) in hci_disconn_cfm()
1797 conn->disconn_cfm_cb(conn, reason); in hci_disconn_cfm()
/linux-6.1.9/net/bluetooth/
Dmgmt.c3371 conn->disconn_cfm_cb = NULL; in pairing_complete()
3540 conn->disconn_cfm_cb = pairing_complete_cb; in pair_device()
3544 conn->disconn_cfm_cb = le_pairing_complete_cb; in pair_device()