Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c331 const struct bt_conn_auth_cb *smp_auth_cb = latch_auth_cb(smp); in get_io_capa() local
333 if (!smp_auth_cb) { in get_io_capa()
338 if (smp_auth_cb->passkey_display && smp_auth_cb->passkey_entry && in get_io_capa()
339 (smp_auth_cb->passkey_confirm || !sc_supported)) { in get_io_capa()
344 if (sc_supported && smp_auth_cb->passkey_display && in get_io_capa()
345 smp_auth_cb->passkey_confirm) { in get_io_capa()
349 if (smp_auth_cb->passkey_entry) { in get_io_capa()
358 if (smp_auth_cb->passkey_display) { in get_io_capa()
2189 const struct bt_conn_auth_cb *smp_auth_cb = latch_auth_cb(smp); in smp_pairing_accept_query() local
2192 if (smp_auth_cb && smp_auth_cb->pairing_accept) { in smp_pairing_accept_query()
[all …]