disconn_cfm_cb 533 include/net/bluetooth/hci_core.h void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason); disconn_cfm_cb 1286 include/net/bluetooth/hci_core.h if (conn->disconn_cfm_cb) disconn_cfm_cb 1287 include/net/bluetooth/hci_core.h conn->disconn_cfm_cb(conn, reason); disconn_cfm_cb 2780 net/bluetooth/mgmt.c conn->disconn_cfm_cb = NULL; disconn_cfm_cb 2949 net/bluetooth/mgmt.c conn->disconn_cfm_cb = pairing_complete_cb; disconn_cfm_cb 2953 net/bluetooth/mgmt.c conn->disconn_cfm_cb = le_pairing_complete_cb;