Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h790 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status); member
2170 if (conn->connect_cfm_cb) in hci_connect_cfm()
2171 conn->connect_cfm_cb(conn, status); in hci_connect_cfm()
/linux/net/bluetooth/
H A Dmgmt.c3612 conn->connect_cfm_cb = NULL; in pairing_complete()
3768 if (conn->connect_cfm_cb) { in pair_device()
3786 conn->connect_cfm_cb = pairing_complete_cb; in pair_device()
3790 conn->connect_cfm_cb = le_pairing_complete_cb; in pair_device()