Hi,
1. we are referring the example code for the BLE how the pairing is happening and where this (passkey_display ,cancel ,pairing_complete ,pairing_failed ) callbacks are called?
static struct bt_conn_auth_cb conn_auth_callbacks = {
.passkey_display = auth_passkey_display,
.cancel = auth_cancel,
.pairing_complete = pairing_complete,
.pairing_failed = pairing_failed