Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h512 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status); member
1245 if (conn->connect_cfm_cb) in hci_connect_cfm()
1246 conn->connect_cfm_cb(conn, status); in hci_connect_cfm()
/Linux-v4.19/net/bluetooth/
Dmgmt.c2783 conn->connect_cfm_cb = NULL; in pairing_complete()
2934 if (conn->connect_cfm_cb) { in pair_device()
2952 conn->connect_cfm_cb = pairing_complete_cb; in pair_device()
2956 conn->connect_cfm_cb = le_pairing_complete_cb; in pair_device()